summaryrefslogtreecommitdiff
path: root/repo/pulsemixer/pulsemixer.xibuild
blob: 4bf08509d5ad6542219dd06353c4058337127d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

NAME="pulsemixer"
DESC="CLI and curses mixer for PulseAudio"

MAKEDEPS=""
DEPS="pulseaudio python libtool"

PKG_VER=1.5.1
SOURCE="https://github.com/GeorgeFilipkin/pulsemixer/archive/$PKG_VER.tar.gz"

build () {
	python3 setup.py build
}

package () {
	python3 setup.py install --prefix=/usr --root=$PKG_DEST
}