void-packages/srcpkgs/yoshimi/template
2021-08-26 09:47:12 +02:00

21 lines
716 B
Bash

# Template file for 'yoshimi'
pkgname=yoshimi
version=2.1.0
revision=1
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=0ba966c2e608712c21e2bdcb395227e93d35bea07a80b3f9ed01a37b9154f4df
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
esac