18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'ncpamixer'
|
|
pkgname=ncpamixer
|
|
version=1.3.3.3
|
|
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=396099897460bcde2db72134e6652fe9717375fa45300ba2251d284658d3044a
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|