18 lines
523 B
Bash
18 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
|
|
}
|