diff --git a/srcpkgs/scream-alsa/template b/srcpkgs/scream-alsa/template new file mode 100644 index 00000000000..44a4ac52ce7 --- /dev/null +++ b/srcpkgs/scream-alsa/template @@ -0,0 +1,20 @@ +# Template file for 'scream-${_recieverName}' +_recieverName=alsa +pkgname=scream-${_recieverName} +version=3.4 +revision=1 +wrksrc=scream-$version +build_wrksrc=Receivers/${_recieverName} +build_style=gnu-makefile +makedepends="${_recieverName}-lib-devel" +short_desc="Virtual network sound card for Microsoft Windows - alsa reciever" +maintainer="Anjandev Momi " +license="MS-PL" +homepage="https://github.com/duncanthrax/scream" +distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz" +checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e + +do_install() { + vbin scream-${_recieverName} + vdoc README.md +}