New package: pulseaudio-module-sndio-12.0

This commit is contained in:
Toyam Cox 2018-07-08 05:36:14 -04:00
parent 6a0d064e17
commit 0f58840131
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'pulseaudio-module-sndio'
pkgname=pulseaudio-module-sndio
version=12.0
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pulseaudio pkg-config"
makedepends="sndio-devel pulseaudio-devel libltdl-devel libpulseaudio"
short_desc="Module for PulseAudio to support playing to sndio servers"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="LGPL-2 ISC"
homepage="https://github.com/t6/pulseaudio-module-sndio"
distfiles="https://github.com/t6/pulseaudio-module-sndio/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
post_install() {
[ -f LICENSE ] && exit 1
head -n 16 module-sndio.c >LICENSE
vlicense LICENSE
}