17 lines
499 B
Bash
17 lines
499 B
Bash
# Template file for 'pulsemixer'
|
|
pkgname=pulsemixer
|
|
version=1.4.0
|
|
revision=2
|
|
noarch=yes
|
|
depends="python3 libpulseaudio"
|
|
short_desc="CLI and curses mixer for Pulseaudio"
|
|
maintainer="Dean Thomson <mrrobot@fsociety.info>"
|
|
license="MIT"
|
|
homepage="https://github.com/GeorgeFilipkin/pulsemixer"
|
|
distfiles="https://github.com/GeorgeFilipkin/pulsemixer/archive/${version}.tar.gz"
|
|
checksum=2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2
|
|
|
|
do_install() {
|
|
vbin pulsemixer
|
|
vlicense LICENSE
|
|
}
|