diff --git a/srcpkgs/aucatctl/template b/srcpkgs/aucatctl/template new file mode 100644 index 00000000000..5bc2204ce47 --- /dev/null +++ b/srcpkgs/aucatctl/template @@ -0,0 +1,18 @@ +# Template file for 'aucatctl' +pkgname=aucatctl +version=0.1 +revision=1 +build_style=gnu-makefile +make_install_args="MAN1_DIR=/usr/share/man/man1" +makedepends="sndio-devel" +short_desc="Control aucat and/or sndiod volume through MIDI" +maintainer="Christian Neukirchen " +license="ISC" +homepage="http://www.sndio.org/" +distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz" +checksum=524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0 + +post_install() { + sed -n '/Copyright/,/PERFORMANCE/p' LICENSE + vlicense LICENSE +}