mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: python3-casttube-0.1.0.
This commit is contained in:
parent
931335284d
commit
f2dca82439
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-casttube/template
Normal file
20
srcpkgs/python3-casttube/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-casttube'
|
||||||
|
pkgname=python3-casttube
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="casttube-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="casttube"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-requests"
|
||||||
|
short_desc="Python3 library to interface with the YouTube Chromecast API"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ur1katz/casttube"
|
||||||
|
distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
|
||||||
|
checksum=b8fd5c2e950429b97db0757e8947ae8c8265a2d05a2a902c3e603020c9aca2af
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue