20 lines
657 B
Bash
20 lines
657 B
Bash
# Template file for 'python3-pulsectl'
|
|
pkgname=python3-pulsectl
|
|
version=24.8.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=b051506d0d73d3cc4357cefd3de17bb859d7ecf004e994b0f7cfa87851bc7156
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|