From 83ec567b47581b6fb5ec537dd9141b4c8f565d2e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 22 Aug 2018 17:36:00 -0300 Subject: [PATCH] New package: python3-pulsectl-18.8.0 --- srcpkgs/python3-pulsectl/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pulsectl/template diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template new file mode 100644 index 00000000000..27d3711472d --- /dev/null +++ b/srcpkgs/python3-pulsectl/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pulsectl' +pkgname=python3-pulsectl +version=18.8.0 +revision=1 +noarch=yes +wrksrc="pulsectl-${version}" +build_style=python3-module +pycompile_module="pulsectl" +hostmakedepends="python3-setuptools" +short_desc="Python3 high-level interfaces and ctypes bindings for libpulse" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/mk-fg/python-pulse-control" +changelog="https://github.com/mk-fg/python-pulse-control/raw/master/CHANGES.rst" +distfiles="${PYPI_SITE}/p/pulsectl/pulsectl-${version}.tar.gz" +checksum=119d419c66b373a69628219641a6cf14d5dc3c33be82f6b38198db5633d14353 + +post_install() { + vlicense COPYING +}