void-packages/srcpkgs/yoshimi/template
2021-04-03 10:13:10 +07:00

20 lines
716 B
Bash

# Template file for 'yoshimi'
pkgname=yoshimi
version=1.7.4
revision=2
build_wrksrc=src
build_style=cmake
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
hostmakedepends="pkg-config fltk"
makedepends="boost-devel jack-devel fltk-devel fftw-devel mxml-devel cairo-devel
lv2 readline-devel ncurses-devel"
short_desc="ZynAddSubFX fork with improved JACK audio & MIDI IO"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://yoshimi.github.io/"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=27a8e33bda72aafae604e14841bed6373fc9e00ff70c98f1e13215d6a8808318
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
esac