Merge pull request #2136 from pullmoll/apulse
New package: apulse-0.1.6
This commit is contained in:
commit
d768d9431d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/apulse/template
Normal file
17
srcpkgs/apulse/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'apulse'
|
||||||
|
pkgname=apulse
|
||||||
|
version=0.1.6
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake 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=f9ffbf7aff96680beff3243758e5c1e0d4ac9043d4bd6cbfb219890b4b91c9f3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.MIT
|
||||||
|
}
|
Loading…
Reference in a new issue