From 6e913bc45ca9f955189ca856e6a84b9c9d3238aa Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 18 Mar 2018 01:05:50 +0100 Subject: [PATCH] New package: alsa-sndio-0.1 --- srcpkgs/alsa-sndio/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/alsa-sndio/template diff --git a/srcpkgs/alsa-sndio/template b/srcpkgs/alsa-sndio/template new file mode 100644 index 00000000000..8caef086a6b --- /dev/null +++ b/srcpkgs/alsa-sndio/template @@ -0,0 +1,17 @@ +# Template file for 'alsa-sndio' +pkgname=alsa-sndio +version=0.1 +revision=1 +build_style=gnu-makefile +hostmakedepends="pkg-config" +makedepends="alsa-lib-devel sndio-devel" +short_desc="ALSA PCM that plays audio to sndio servers" +maintainer="Duncaen " +license="ISC" +homepage="https://github.com/Duncaen/alsa-sndio" +distfiles="https://github.com/Duncaen/alsa-sndio/archive/${version}.tar.gz" +checksum="e2e11746efe5cff44150efba8acb7204a8ccbc38f194a8d2116a3082db6c7c3f" + +post_install() { + vlicense LICENSE +}