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