void-packages/srcpkgs/alsa-sndio/template
2018-03-18 01:06:47 +01:00

17 lines
523 B
Bash

# 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 <duncaen@voidlinux.eu>"
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
}