diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template new file mode 100644 index 00000000000..d64fa0d2523 --- /dev/null +++ b/srcpkgs/pamixer/template @@ -0,0 +1,16 @@ +# Template file for 'pamixer' +pkgname=pamixer +version=1.3.1 +revision=1 +build_style=gnu-makefile +makedepends="pulseaudio-devel boost-devel" +short_desc="Pulseaudio command line mixer" +maintainer="xo " +license="GPL-3" +homepage="https://github.com/cdemoulins/pamixer" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=ddd499d7f5ed4357ca0ab2268aeffd34ec21773f560296b83007b7303b595bd3 + +do_install() { + vbin pamixer +}