void-packages/srcpkgs/python3-pulsectl-asyncio/template
2025-06-08 01:49:36 +02:00

17 lines
617 B
Bash

# Template file for 'python3-pulsectl-asyncio'
pkgname=python3-pulsectl-asyncio
version=1.2.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pulsectl libpulseaudio"
short_desc="Asyncio frontend for pulsectl, a Python bindings library for PulseAudio"
maintainer="Kai Stian Olstad <void@olstad.com>"
license="MIT"
homepage="https://github.com/mhthies/pulsectl-asyncio"
distfiles="${PYPI_SITE}/p/pulsectl-asyncio/pulsectl_asyncio-${version}.tar.gz"
checksum=ee4c427a10f44d2e38065e480668a47316b5d93612ebe3d05d9318f0fe0d417f
post_install() {
vlicense LICENSE
}