void-packages/srcpkgs/python3-chromecast/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 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
}