void-packages/srcpkgs/cava/template

21 lines
605 B
Bash
Raw Normal View History

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