diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template new file mode 100644 index 0000000000..c85047919b --- /dev/null +++ b/srcpkgs/python3-chromecast/template @@ -0,0 +1,20 @@ +# Template file for 'python3-chromecast' +pkgname=python3-chromecast +version=2.2.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 " +license="MIT" +homepage="https://github.com/balloob/pychromecast" +distfiles="https://github.com/balloob/pychromecast/archive/${version}.tar.gz" +checksum=3fb0aab30a160ffdacaf7cb568057fe3d4363bfc1612b169f1e3f3d751aa85d7 + +post_install() { + vlicense LICENSE +}