mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: python3-pulsectl-18.8.0
This commit is contained in:
parent
e11ff81528
commit
83ec567b47
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pulsectl/template
Normal file
20
srcpkgs/python3-pulsectl/template
Normal file
|
@ -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 <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=119d419c66b373a69628219641a6cf14d5dc3c33be82f6b38198db5633d14353
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue