diff options
| -rw-r--r-- | net/alfis/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/alfis/Makefile b/net/alfis/Makefile index c7ef9b2..bd60e11 100644 --- a/net/alfis/Makefile +++ b/net/alfis/Makefile @@ -1,5 +1,6 @@ COMMENT = blockchain based dns server for private networks VERSION = 0.8.4 +REVISION = 0 GH_ACCOUNT = Revertron GH_PROJECT = Alfis @@ -9,10 +10,13 @@ CATEGORIES = net HOMEPAGE = https://alfis.name -MAINTAINER = la ninpre <aaoth.xyz> +MAINTAINER = la ninpre <aaoth.xyz> -!# AGPL-3.0 -PERMIT_PACKAGE = Yes | Reason if No +# AGPL-3.0 +PERMIT_PACKAGE = Yes + +LIB_DEPENDS = databases/sqlite3 +WANTLIB += c c++abi m pthread sqlite3 MODULES = devel/cargo |
