vp-build/srcpkgs/alsa-sndio/template

18 lines
521 B
Bash

# Template file for 'alsa-sndio'
pkgname=alsa-sndio
version=0.2
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 <duncaen@voidlinux.eu>"
license="ISC"
homepage="https://github.com/Duncaen/alsa-sndio"
distfiles="https://github.com/Duncaen/alsa-sndio/archive/${version}.tar.gz"
checksum=af5e4e8f6229607a33b34f93bb22b0c178f7db8431c5f7cf48e8f89c982219d9
post_install() {
vlicense LICENSE
}