From f2dca82439393ba13736948bbc5145f98f812fff Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 5 Aug 2018 17:07:44 -0300 Subject: [PATCH] New package: python3-casttube-0.1.0. --- srcpkgs/python3-casttube/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-casttube/template diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template new file mode 100644 index 00000000000..a3854e04ada --- /dev/null +++ b/srcpkgs/python3-casttube/template @@ -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 " +license="MIT" +homepage="https://github.com/ur1katz/casttube" +distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz" +checksum=b8fd5c2e950429b97db0757e8947ae8c8265a2d05a2a902c3e603020c9aca2af + +post_install() { + vlicense LICENSE +}