diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-09-09 10:18:09 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-09-09 10:18:49 +0300 |
| commit | 9fe972c4c24919b1f06b83ae56a266034be45800 (patch) | |
| tree | 8e30f0da269b8d287635b0b34bc0c679efd67ca2 /www/mycorrhiza/Makefile | |
| parent | bf417aa1cb77127b9504938947739d9896912758 (diff) | |
| download | ports-9fe972c4c24919b1f06b83ae56a266034be45800.tar.gz ports-9fe972c4c24919b1f06b83ae56a266034be45800.zip | |
misc/mycorrhiza: move to www and apply fixes from @op
mycorrhiza is now merged, so this repo is now only for updates and
maintenance. for stable version check out openbsd ports tree.
Diffstat (limited to 'www/mycorrhiza/Makefile')
| -rw-r--r-- | www/mycorrhiza/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/mycorrhiza/Makefile b/www/mycorrhiza/Makefile new file mode 100644 index 0000000..ce63ff5 --- /dev/null +++ b/www/mycorrhiza/Makefile @@ -0,0 +1,22 @@ +COMMENT = plain-text driven engine for personal wikis + +MODGO_MODNAME = github.com/bouncepaw/mycorrhiza +MODGO_VERSION = v1.12.1 + +DISTNAME = mycorrhiza-${MODGO_VERSION} +CATEGORIES = www + +HOMEPAGE = https://mycorrhiza.wiki + +# AGPLv3 +PERMIT_PACKAGE = Yes + +WANTLIB += c pthread + +MODULES = lang/go + +RUN_DEPENDS = devel/git + +.include "modules.inc" + +.include <bsd.port.mk> |
