void-packages/srcpkgs/apulse/template
2017-04-19 12:36:35 +02:00

17 lines
537 B
Bash

# Template file for 'apulse'
pkgname=apulse
version=0.1.10
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=4f8aa9059d07bac1006e920a4a6b875ad63fdde973b83c138507812c00dd5cd6
post_install() {
vlicense LICENSE.MIT
}