void-packages/srcpkgs/pamixer/template
2020-01-25 21:03:25 +01:00

16 lines
450 B
Bash

# Template file for 'pamixer'
pkgname=pamixer
version=1.4
revision=2
build_style=gnu-makefile
makedepends="pulseaudio-devel boost-devel"
short_desc="Pulseaudio command line mixer"
maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/cdemoulins/pamixer"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d8c7175dd844e458f4222fd24367e16d2b6cc4edb450bfa8bb9b3dec538cbdea
do_install() {
vbin pamixer
}