From 9fe972c4c24919b1f06b83ae56a266034be45800 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 9 Sep 2022 10:18:09 +0300 Subject: 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. --- www/mycorrhiza/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/mycorrhiza/Makefile (limited to 'www/mycorrhiza/Makefile') 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 -- cgit v1.2.3