23 lines
653 B
Bash
23 lines
653 B
Bash
|
# Template file for 'PAmix'
|
||
|
pkgname=PAmix
|
||
|
version=1.2
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="pulseaudio-devel ncurses-devel"
|
||
|
short_desc="Ncurses/Curses Pulseaudio mixer in C++ similar to Pavucontrol"
|
||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/patroclos/PAmix"
|
||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||
|
checksum=4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149
|
||
|
|
||
|
do_configure() {
|
||
|
: # Makefile uses += and this allows us to use gnu-configure
|
||
|
# instead of gnu-makefile, and no ugly do_build() overwrite.
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|