mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: pulseaudio-module-sndio-12.0
This commit is contained in:
parent
6a0d064e17
commit
0f58840131
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pulseaudio-module-sndio/template
Normal file
20
srcpkgs/pulseaudio-module-sndio/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue