22 lines
571 B
Bash
22 lines
571 B
Bash
# Template file for 'PAmix'
|
|
pkgname=PAmix
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake autoconf-archive"
|
|
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=b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|