vp-build/srcpkgs/python3-casttube/template

21 lines
617 B
Bash

# Template file for 'python3-casttube'
pkgname=python3-casttube
version=0.2.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=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
post_install() {
vlicense LICENSE
}