void-packages/srcpkgs/python3-chromecast/template

19 lines
693 B
Bash

# Template file for 'python3-chromecast'
pkgname=python3-chromecast
version=13.0.7
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-protobuf python3-zeroconf python3-casttube"
depends="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/home-assistant-libs/pychromecast"
distfiles="https://github.com/home-assistant-libs/pychromecast/archive/${version}.tar.gz"
checksum=d7134ccd76422434cfb2cf80a7b827e9e5779d2d1c8a0b85d04cd3901bac5e2b
make_check=no # no tests to run
post_install() {
vlicense LICENSE
}