From 63647694a71ace7a70b61860a707958ecb88dfa8 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Sat, 11 Nov 2023 18:16:47 +0100 Subject: [PATCH] New package: python3-pulsectl-asyncio-1.1.1 --- srcpkgs/python3-pulsectl-asyncio/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-pulsectl-asyncio/template diff --git a/srcpkgs/python3-pulsectl-asyncio/template b/srcpkgs/python3-pulsectl-asyncio/template new file mode 100644 index 0000000000000..184ddef6da6b5 --- /dev/null +++ b/srcpkgs/python3-pulsectl-asyncio/template @@ -0,0 +1,17 @@ +# Template file for 'python3-pulsectl-asyncio' +pkgname=python3-pulsectl-asyncio +version=1.1.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 " +license="MIT" +homepage="https://github.com/mhthies/pulsectl-asyncio" +distfiles="${PYPI_SITE}/p/pulsectl-asyncio/pulsectl-asyncio-${version}.tar.gz" +checksum=b5976b0ddd235d9ccc3455a03be664f7cb2201c942993b03ceb6b39d9cea8ad0 + +post_install() { + vlicense LICENSE +}