add go-chromecast

This commit is contained in:
c0dev0id
2023-12-20 13:36:21 +01:00
parent 812087e140
commit 5127233674
5 changed files with 2100 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
COMMENT = cli for Google Chromecast, Home devices and Cast Groups
V = 0.2.12
MODGO_MODNAME = github.com/vishen/go-chromecast
MODGO_VERSION = v${V}
DISTNAME = go-chromecast-${MODGO_VERSION}
PKGNAME = go-chromecast-${V}
CATEGORIES = net
# Apache License 2.0
PERMIT_PACKAGE = yes
MODULES = lang/go
.include "modules.inc"
.include <bsd.port.mk>