17 lines
501 B
Bash
17 lines
501 B
Bash
# Template file for 'pulsemixer'
|
|
pkgname=pulsemixer
|
|
version=1.5.0
|
|
revision=2
|
|
archs=noarch
|
|
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=30716666dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5
|
|
|
|
do_install() {
|
|
vbin pulsemixer
|
|
vlicense LICENSE
|
|
}
|