mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
32b284679a
MFH: 2024Q2
31 lines
594 B
Makefile
31 lines
594 B
Makefile
PORTNAME= gonic
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.16.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio net
|
|
|
|
MAINTAINER= tagattie@FreeBSD.org
|
|
COMMENT= Music streaming server / subsonic server API implementation
|
|
WWW= https://github.com/sentriz/gonic
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libtag.so:audio/taglib
|
|
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
|
mpv:multimedia/mpv
|
|
|
|
USES= go:modules,1.21 pkgconfig sqlite
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GO_MODULE= go.senan.xyz/gonic
|
|
GO_TARGET= ./cmd/gonic
|
|
|
|
USERS= ${PORTNAME}
|
|
GROUPS= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/gonic
|
|
|
|
.include <bsd.port.mk>
|