19 lines
654 B
Bash
19 lines
654 B
Bash
# Template file for 'python3-chromecast'
|
|
pkgname=python3-chromecast
|
|
version=7.7.1
|
|
revision=1
|
|
wrksrc="pychromecast-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-protobuf python3-zeroconf python3-casttube"
|
|
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=933aa7e334c931739a92ae9869cc0f42752177b7abf0e01460a34e611ad8c0ee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|