void-packages/srcpkgs/python3-pulsectl/template
2019-10-15 21:30:57 +02:00

21 lines
701 B
Bash

# Template file for 'python3-pulsectl'
pkgname=python3-pulsectl
version=19.9.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="Orphaned <orphan@voidlinux.org>"
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=c4a739f2f4750c2e6be879fe085935f81033da71dd8b13c56a42f379f1bafe5d
post_install() {
vlicense COPYING
}