vp-build/srcpkgs/pulsemixer/template

20 lines
592 B
Bash

# Template file for 'pulsemixer'
pkgname=pulsemixer
version=1.3.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"
wrksrc="${pkgname}-${version}-license"
homepage="https://github.com/GeorgeFilipkin/pulsemixer"
distfiles="https://github.com/GeorgeFilipkin/${pkgname}/archive/${version}-license.tar.gz"
checksum=dba1f804d3a455b0569522debfc0046fac9e6c8d1642eab7e62a1200aadf8ca7
post_install() {
vlicense LICENSE
}