void-packages/srcpkgs/alsa-sndio/template
2020-08-04 11:31:56 -04:00

19 lines
538 B
Bash

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