void-packages/srcpkgs/cava/template
2016-01-23 22:58:21 +01:00

21 lines
575 B
Bash

# Template file for 'Cava'
pkgname=cava
version=0.4.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="alsa-lib-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=eee71544859ec652fe9163148526736c83754d96cdf65626467b1005103aabb9
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}