18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'apulse'
|
|
pkgname=apulse
|
|
version=0.1.13
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="alsa-lib-devel glib-devel"
|
|
short_desc="PulseAudio emulation for ALSA"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/i-rinat/apulse"
|
|
distfiles="https://github.com/i-rinat/apulse/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.MIT
|
|
}
|