parent
34746c3fd5
commit
7506a531e3
1 changed files with 24 additions and 0 deletions
24
srcpkgs/cava-gui/template
Normal file
24
srcpkgs/cava-gui/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue