21 lines
675 B
Bash
21 lines
675 B
Bash
# Template file for 'cava-gui'
|
|
pkgname=cava-gui
|
|
version=0.6.1.1
|
|
revision=1
|
|
wrksrc="xava-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="automake libtool"
|
|
makedepends="SDL2-devel iniparser-devel ncurses-devel sndio-devel portaudio-devel"
|
|
short_desc="Console-based Audio Visualizer for ALSA (GUI branch)"
|
|
maintainer="nik123 <pavlica.nikola@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/nikp123/xava"
|
|
distfiles="https://github.com/nikp123/xava/archive/${version}.tar.gz"
|
|
checksum=53704343b33025a0d4de552e96af67a5b5ab4f6efc8956296aee5a74bebb9bdf
|
|
conflicts=cava
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vmkdir usr/share/examples
|
|
vcopy example_files usr/share/examples/cava
|
|
}
|