void-packages/srcpkgs/xava/template

26 lines
712 B
Bash
Raw Normal View History

# Template file for 'xava'
pkgname=xava
version=0.6.3.0
revision=1
build_style=cmake
hostmakedepends="automake libtool pkg-config"
makedepends="SDL2-devel iniparser-devel ncurses-devel sndio-devel portaudio-devel"
short_desc="X11 Audio Visualizer for ALSA"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/nikp123/xava"
distfiles="https://github.com/nikp123/xava/archive/${version}.tar.gz"
checksum=745da4f6690f58e29d9f20ca790b3f354a1f53ef810d4ab6b1027bcac7e62fbf
post_install() {
vlicense LICENSE
vmkdir usr/share/examples
vcopy example_files/etc usr/share/examples/xava
}
cava-gui_package() {
depends="xava"
short_desc+=" - transition package"
build_style=meta
}