void-packages/srcpkgs/cava/template
2017-09-17 09:00:27 +00:00

21 lines
605 B
Bash

# Template file for 'Cava'
pkgname=cava
version=0.6.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel iniparser-devel"
short_desc="Console-based Audio Visualizer for ALSA"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/karlstav/cava"
license="MIT"
distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz"
checksum=42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense LICENSE
}