void-packages/srcpkgs/python3-pulsectl/template
2019-03-01 12:04:45 -03:00

22 lines
705 B
Bash

# Template file for 'python3-pulsectl'
pkgname=python3-pulsectl
version=18.12.5
revision=1
archs=noarch
wrksrc="pulsectl-${version}"
build_style=python3-module
pycompile_module="pulsectl"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Python3 high-level interfaces and ctypes bindings for libpulse"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
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=41db4dd19e7cd28e2609baf2b551f34991f1890024be119b6075a286abfb65d3
post_install() {
vlicense COPYING
}