void-packages/srcpkgs/python3-casttube/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
616 B
Bash

# Template file for 'python3-casttube'
pkgname=python3-casttube
version=0.2.0
revision=1
archs=noarch
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ur1katz/casttube"
distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
post_install() {
vlicense LICENSE
}