void-packages/srcpkgs/cava/template

21 lines
605 B
Bash
Raw Normal View History

2015-09-26 07:18:40 +02:00
# Template file for 'Cava'
pkgname=cava
2016-02-11 06:36:30 +01:00
version=0.4.1
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"
2016-02-11 06:36:30 +01:00
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel iniparser-devel"
2015-09-26 07:18:40 +02:00
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-02-11 06:36:30 +01:00
checksum=1874ef3229f24e57732471148084750624fc1c690ef4ad5d7e991e601d65eb24
2015-09-26 07:18:40 +02:00
2016-01-23 22:58:21 +01:00
pre_configure() {
2016-02-11 06:36:30 +01:00
NOCONFIGURE=1 ./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
}