aboutsummaryrefslogtreecommitdiffstats
path: root/www/owncast/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 00:02:57 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 00:02:57 +0300
commite75637adc56623a61a4f44ad967c6296d9d3ac28 (patch)
treecec41e4bbdc14ebd4ff3290b398726ce69066754 /www/owncast/Makefile
parent213de11e68f2a61aa06d3322311836a8069b804f (diff)
downloadports-e75637adc56623a61a4f44ad967c6296d9d3ac28.tar.gz
ports-e75637adc56623a61a4f44ad967c6296d9d3ac28.zip
www/owncast: add 0.1.0pre20230502132147
shipping development build because latest stable version is broken on openbsd (patchable, but not worth it i think). i will fix this when the stable will come out.
Diffstat (limited to 'www/owncast/Makefile')
-rw-r--r--www/owncast/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/owncast/Makefile b/www/owncast/Makefile
new file mode 100644
index 0000000..c4da756
--- /dev/null
+++ b/www/owncast/Makefile
@@ -0,0 +1,24 @@
+COMMENT = self-hosted live video streaming and chat server
+
+VERSION = 0.1.0pre20230502132147
+
+DISTNAME = owncast-${VERSION}
+
+CATEGORIES = www
+
+HOMEPAGE = https://owncast.online
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+MODGO_MODNAME = github.com/owncast/owncast
+MODGO_VERSION = v0.0.13-0.20230502132147-b90b794dcaf6
+MODULES = lang/go
+
+RUN_DEPENDS = graphics/ffmpeg
+
+.include "modules.inc"
+
+.include <bsd.port.mk>