From 3fdd94d82637ee4f90f61d23c8e90acd43590a3d Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Wed, 1 Apr 2020 02:12:13 -0700 Subject: [PATCH] New package: scream-pulseaudio-ivshmem-3.4 --- srcpkgs/scream-pulseaudio-ivshmem/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/scream-pulseaudio-ivshmem/template diff --git a/srcpkgs/scream-pulseaudio-ivshmem/template b/srcpkgs/scream-pulseaudio-ivshmem/template new file mode 100644 index 0000000000..62d3dc7f6c --- /dev/null +++ b/srcpkgs/scream-pulseaudio-ivshmem/template @@ -0,0 +1,19 @@ +# Template file for 'scream-pulseaudio-ivshmem' +pkgname=scream-pulseaudio-ivshmem +version=3.4 +revision=1 +wrksrc=scream-$version +build_wrksrc=Receivers/pulseaudio-ivshmem +build_style=gnu-makefile +makedepends="pulseaudio-devel" +short_desc="Virtual network sound card for Microsoft Windows - pulse-ivshmem" +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-ivshmem-pulse + vdoc README.md +}