mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
New package: python3-chromecast-2.2.0.
This commit is contained in:
parent
f2dca82439
commit
11c5c3b121
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-chromecast/template
Normal file
20
srcpkgs/python3-chromecast/template
Normal file
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/balloob/pychromecast"
|
||||||
|
distfiles="https://github.com/balloob/pychromecast/archive/${version}.tar.gz"
|
||||||
|
checksum=3fb0aab30a160ffdacaf7cb568057fe3d4363bfc1612b169f1e3f3d751aa85d7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue