void-packages/srcpkgs/pulsemixer/template
Đoàn Trần Công Danh a19ad27f13 pulsemixer: remove noarch
2020-11-29 08:30:22 +07:00

17 lines
488 B
Bash

# Template file for 'pulsemixer'
pkgname=pulsemixer
version=1.5.1
revision=2
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=2ccc850d2e414300f7513ac36334c0be16ef300fef6f45a3e3f05f83c50fd19d
do_install() {
vbin pulsemixer
vlicense LICENSE
}