parent
bb8aead47d
commit
c0dcec00bf
1 changed files with 19 additions and 0 deletions
19
srcpkgs/pulsemixer/template
Normal file
19
srcpkgs/pulsemixer/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue