vp-build/srcpkgs/apulse/template

18 lines
536 B
Bash

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