22 lines
675 B
Bash
22 lines
675 B
Bash
# Template file for 'cava-gui'
|
|
pkgname=cava-gui
|
|
version=0.6.1.1
|
|
revision=1
|
|
wrksrc="cava-${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/cava"
|
|
distfiles="https://github.com/nikp123/cava/archive/${version}.tar.gz"
|
|
checksum=8b2c0325ae74b29cf5808c488b7ca4e0c74629d300dee6d57ba54a8bc0b06cb9
|
|
conflicts=cava
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vmkdir usr/share/examples
|
|
vcopy example_files usr/share/examples/cava
|
|
}
|