21 lines
681 B
Bash
21 lines
681 B
Bash
# Template file for 'python3-chromecast'
|
|
pkgname=python3-chromecast
|
|
version=2.3.0
|
|
revision=1
|
|
noarch=yes
|
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/balloob/pychromecast"
|
|
distfiles="https://github.com/balloob/pychromecast/archive/${version}.tar.gz"
|
|
checksum=ff89021c3cea422d824dd66bef369a9b86f411b97b3f961cdc1d1f964fd66486
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|