void-packages/srcpkgs/fmit/template
2018-03-30 20:32:55 +02:00

20 lines
805 B
Bash

# Template file for 'fmit'
pkgname=fmit
version=1.1.16
revision=1
build_style=qmake
configure_args="CONFIG+=acs_qt CONFIG+=acs_alsa CONFIG+=acs_jack CONFIG+=acs_portaudio"
hostmakedepends="pkg-config qt5-tools"
makedepends="alsa-lib-devel fftw-devel jack-devel portaudio-devel
pulseaudio-devel qt5-multimedia-devel qt5-svg-devel"
depends="desktop-file-utils hicolor-icon-theme"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Graphical utility for tuning your musical instruments"
homepage="http://gillesdegottex.github.io/fmit/"
license="GPL-2, LGPL-2.1"
distfiles="https://github.com/gillesdegottex/fmit/archive/v${version}.tar.gz"
checksum=42dea86f8aa3e075707077e9c036720ab1c5a9afae1be5c726961fffa356be96
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"
fi