21 lines
680 B
Bash
21 lines
680 B
Bash
# Template file for 'python3-chromecast'
|
|
pkgname=python3-chromecast
|
|
version=3.2.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pychromecast-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pychromecast"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-protobuf python3-zeroconf python3-casttube"
|
|
short_desc="Python3 library to communicate with Google Chromecast"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/balloob/pychromecast"
|
|
distfiles="https://github.com/balloob/pychromecast/archive/${version}.tar.gz"
|
|
checksum=163a39e751ddc7bf361360c5610a99951a115e41d6656768c1bf70237a6cc74e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|