mystuff/net/go-chromecast/Makefile

20 lines
351 B
Makefile
Raw Normal View History

2023-12-20 13:36:21 +01:00
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>