From e75637adc56623a61a4f44ad967c6296d9d3ac28 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 00:02:57 +0300 Subject: 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. --- www/owncast/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/owncast/Makefile (limited to 'www/owncast/Makefile') 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 + +# 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 -- cgit v1.2.3