blob: 370537738d7145abd12550ac4ae066cc156bc0b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
COMMENT = self-hosted live video streaming and chat server
VERSION = 0.1.0pre20230502132147
REVISION = 0
DISTNAME = owncast-${VERSION}
CATEGORIES = www
HOMEPAGE = https://owncast.online
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
RUN_DEPENDS = graphics/ffmpeg
.include "modules.inc"
.include <bsd.port.mk>
|