20 lines
680 B
Bash
20 lines
680 B
Bash
# Template file for 'python3-chromecast'
|
|
pkgname=python3-chromecast
|
|
version=4.0.1
|
|
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=dd994c74989292070d43bb70dba5ec06d191e759e3daf0feb7551fce50582b3b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|