void-packages/srcpkgs/pamixer/template
2021-10-13 02:23:58 -03:00

18 lines
480 B
Bash

# Template file for 'pamixer'
pkgname=pamixer
version=1.5
revision=1
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=eb75a9f71b99429bc5a789e82bbd3260bc27104aaaf8d9c17b56e23f74531708
CXXFLAGS="-DVERSION=$version"
do_install() {
vbin pamixer
}