mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
19 lines
658 B
Bash
19 lines
658 B
Bash
# Template file for 'python3-pulsectl'
|
|
pkgname=python3-pulsectl
|
|
version=24.12.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
checkdepends="pulseaudio"
|
|
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=288d6715232ac6f3dcdb123fbecaa2c0b9a50ea4087e6e87c3f841ab0a8a07fc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|