void-packages/srcpkgs/pulsemixer/template
Jürgen Buchmüller 7b34d47e62 pulsemixer: update to 1.4.0
Closes: #10122
2017-12-28 15:19:41 +01:00

19 lines
574 B
Bash

# Template file for 'pulsemixer'
pkgname=pulsemixer
version=1.4.0
revision=1
noarch=yes
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="pulseaudio"
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>${pkgname}-${version}.tar.gz"
checksum=2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2
post_install() {
vlicense LICENSE
}