void-packages/srcpkgs/python3-pulsectl-asyncio/template

18 lines
617 B
Bash

# Template file for 'python3-pulsectl-asyncio'
pkgname=python3-pulsectl-asyncio
version=1.2.1
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=e2993931fe1367908b5f8f603204744de7b9667853660eb7fc4db88b4b1bbffe
post_install() {
vlicense LICENSE
}