diff options
Diffstat (limited to 'www/owncast/Makefile')
| -rw-r--r-- | www/owncast/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/owncast/Makefile b/www/owncast/Makefile index c4da756..3705377 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -1,6 +1,7 @@ COMMENT = self-hosted live video streaming and chat server -VERSION = 0.1.0pre20230502132147 +VERSION = 0.1.0pre20230502132147 +REVISION = 0 DISTNAME = owncast-${VERSION} @@ -13,6 +14,8 @@ MAINTAINER = la ninpre <aaoth@aaoth.xyz> # MIT PERMIT_PACKAGE = Yes +WANTLIB += c pthread + MODGO_MODNAME = github.com/owncast/owncast MODGO_VERSION = v0.0.13-0.20230502132147-b90b794dcaf6 MODULES = lang/go |
