18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'ncpamixer'
|
|
pkgname=ncpamixer
|
|
version=1.3.3.1
|
|
revision=1
|
|
build_wrksrc=src
|
|
build_style=cmake
|
|
makedepends="pulseaudio-devel ncurses-devel"
|
|
short_desc="Ncurses mixer for PulseAudio"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/fulhax/ncpamixer"
|
|
distfiles="https://github.com/fulhax/ncpamixer/archive/${version}.tar.gz"
|
|
checksum=b2c797a90c92aa931052c5ac89a79fbc30f76d5e2a5b773ef68edf057c34b060
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|