mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
pulsemixer: not a Python egg
This commit is contained in:
parent
1fa0c1b52a
commit
9bbe569493
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'pulsemixer'
|
# Template file for 'pulsemixer'
|
||||||
pkgname=pulsemixer
|
pkgname=pulsemixer
|
||||||
version=1.4.0
|
version=1.4.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
depends="python3 libpulseaudio"
|
||||||
hostmakedepends="python3 python3-setuptools"
|
|
||||||
depends="pulseaudio"
|
|
||||||
short_desc="CLI and curses mixer for Pulseaudio"
|
short_desc="CLI and curses mixer for Pulseaudio"
|
||||||
maintainer="Dean Thomson <mrrobot@fsociety.info>"
|
maintainer="Dean Thomson <mrrobot@fsociety.info>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/GeorgeFilipkin/pulsemixer"
|
homepage="https://github.com/GeorgeFilipkin/pulsemixer"
|
||||||
distfiles="https://github.com/GeorgeFilipkin/pulsemixer/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/GeorgeFilipkin/pulsemixer/archive/${version}.tar.gz"
|
||||||
checksum=2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2
|
checksum=2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2
|
||||||
|
|
||||||
post_install() {
|
do_install() {
|
||||||
|
vbin pulsemixer
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue