void-packages/srcpkgs/cava/template

22 lines
575 B
Bash
Raw Normal View History

2015-09-26 07:18:40 +02:00
# Template file for 'Cava'
pkgname=cava
2016-01-23 22:58:21 +01:00
version=0.4.0
2015-09-26 07:18:40 +02:00
revision=1
2016-01-23 22:58:21 +01:00
build_style=gnu-configure
hostmakedepends="automake libtool"
2015-09-26 07:18:40 +02:00
makedepends="alsa-lib-devel fftw-devel ncurses-devel iniparser-devel"
short_desc="Console-based Audio Visualizer for ALSA"
2015-10-06 08:46:14 +02:00
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-09-26 07:18:40 +02:00
homepage="https://github.com/karlstav/cava"
license="MIT"
distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz"
2016-01-23 22:58:21 +01:00
checksum=eee71544859ec652fe9163148526736c83754d96cdf65626467b1005103aabb9
2015-09-26 07:18:40 +02:00
2016-01-23 22:58:21 +01:00
pre_configure() {
./autogen.sh
2015-09-26 07:18:40 +02:00
}
2016-01-23 22:58:21 +01:00
post_install() {
2015-09-26 07:18:40 +02:00
vlicense LICENSE
}