17 lines
537 B
Bash
17 lines
537 B
Bash
# Template file for 'apulse'
|
|
pkgname=apulse
|
|
version=0.1.11
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="alsa-lib-devel glib-devel"
|
|
short_desc="PulseAudio emulation for ALSA"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="MIT"
|
|
homepage="http://github.com/i-rinat/apulse"
|
|
distfiles="https://codeload.github.com/i-rinat/${pkgname}/tar.gz/v${version}>${pkgname}-${version}.tar.gz"
|
|
checksum=23197df38d1b7c997c9431395878c9464a59204cdb1e4ccd043f88250ead5e9d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.MIT
|
|
}
|