add go-chromecast
This commit is contained in:
19
net/go-chromecast/Makefile
Normal file
19
net/go-chromecast/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user