void-packages/srcpkgs/yoshimi/template

21 lines
706 B
Bash

# Template file for 'yoshimi'
pkgname=yoshimi
version=2.3.0.2
revision=1
build_wrksrc=src
build_style=cmake
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
hostmakedepends="pkg-config fltk"
makedepends="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=2710c0fdea108b1aad2d60aef3694f0655b1420ff8e99739358f3d0c37f4c6ca
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
esac