25 lines
699 B
Bash
25 lines
699 B
Bash
# Template file for 'cava-gui'
|
|
pkgname=cava-gui
|
|
version=0.6.0
|
|
revision=1
|
|
wrksrc="cava-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel
|
|
iniparser-devel SDL2-devel libX11-devel glu-devel"
|
|
short_desc="Console-based Audio Visualizer for ALSA (GUI branch)"
|
|
maintainer="nik123 <pavlica.nikola@gmail.com>"
|
|
homepage="https://github.com/nikp123/cava"
|
|
license="MIT"
|
|
distfiles="https://github.com/nikp123/cava/archive/${version}.tar.gz"
|
|
checksum="51abc92d4d77cb630a3389754b70cb03ef57db147711d8a2e8342a7854786dfa"
|
|
conflicts=cava
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|