void-packages/srcpkgs/amsynth/template

23 lines
794 B
Bash

# Template file for 'amsynth'
pkgname=amsynth
version=1.9.0
revision=3
build_style=gnu-configure
configure_args="$(vopt_with man pandoc)"
hostmakedepends="$(vopt_if man pandoc) intltool pkg-config"
makedepends="dssi-devel ladspa-sdk gtk+-devel jack-devel alsa-lib-devel
liblo-devel libsndfile-devel"
short_desc="Analogue Modeling SYNTHesizer"
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
license="GPL-2.0-or-later"
homepage="https://amsynth.github.io/"
distfiles="https://github.com/amsynth/${pkgname}/releases/download/release-${version}/${pkgname}-${version}.tar.bz2"
checksum=c0d1e11be528366da543363e73363a4b9fd86f72e03d2d22adb3ec355fa61a80
build_options="man"
desc_option_man="Use pandoc for manpages"
case "$XBPS_MACHINE" in
x86_64*|i686|ppc64le) build_options_default="man" ;;
esac