#!/bin/shNAME="pulsemixer"DESC="CLI and curses mixer for PulseAudio"MAKEDEPS=""DEPS="pulseaudiopython"PKG_VER=1.5.1
SOURCE="https://github.com/GeorgeFilipkin/pulsemixer/archive/$PKG_VER.tar.gz"
build(){python3setup.pybuild
}
package(){python3setup.pyinstall--prefix=/usr--root=$PKG_DEST}