mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: ncpamixer-1.2 (#659)
This commit is contained in:
parent
9bde8b7010
commit
e591b091c7
1 changed files with 17 additions and 0 deletions
17
srcpkgs/ncpamixer/template
Normal file
17
srcpkgs/ncpamixer/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'ncpamixer'
|
||||||
|
pkgname=ncpamixer
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
build_wrksrc="src"
|
||||||
|
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=f7b043ad86ff856b4d9774ed34a0a82e88561ad19d6a24be34b311bd8ab23bb4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense $wrksrc/LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue