void-packages/srcpkgs/python3-chromecast/template
2021-10-09 08:01:03 -04:00

20 lines
739 B
Bash

# Template file for 'python3-chromecast'
pkgname=python3-chromecast
version=8.1.0
revision=2
wrksrc="pychromecast-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-protobuf python3-zeroconf python3-casttube"
depends="python3-protobuf python3-zeroconf python3-casttube"
checkdepends="python3-flake8 python3-pylint black"
short_desc="Python3 library to communicate with Google Chromecast"
maintainer="Ulf <void@uw.anonaddy.com>"
license="MIT"
homepage="https://github.com/home-assistant-libs/pychromecast"
distfiles="https://github.com/home-assistant-libs/pychromecast/archive/${version}.tar.gz"
checksum=f11d73cffa84b25417192c30e6ea46df470b65055e229c568f677372c4ded1de
post_install() {
vlicense LICENSE
}