diff --git a/srcpkgs/pulsemixer/template b/srcpkgs/pulsemixer/template new file mode 100644 index 00000000000..bea569ecd0b --- /dev/null +++ b/srcpkgs/pulsemixer/template @@ -0,0 +1,19 @@ +# Template file for 'pulsemixer' +pkgname=pulsemixer +version=1.3.0 +revision=1 +noarch=yes +build_style=python3-module +hostmakedepends="python3 python3-setuptools" +depends="pulseaudio" +short_desc="CLI and curses mixer for Pulseaudio" +maintainer="Dean Thomson " +license="MIT" +wrksrc="${pkgname}-${version}-license" +homepage="https://github.com/GeorgeFilipkin/pulsemixer" +distfiles="https://github.com/GeorgeFilipkin/${pkgname}/archive/${version}-license.tar.gz" +checksum=dba1f804d3a455b0569522debfc0046fac9e6c8d1642eab7e62a1200aadf8ca7 + +post_install() { + vlicense LICENSE +}