21 lines
680 B
Bash
21 lines
680 B
Bash
# Template file for 'python3-chromecast'
|
|
pkgname=python3-chromecast
|
|
version=4.1.0
|
|
revision=2
|
|
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=648921783ee29ae50719aac83a6cbb7f6c6651c6d4ef2b32554575ee08d87c62
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|