void-packages/srcpkgs/fmit/template

21 lines
824 B
Bash
Raw Normal View History

2017-11-24 12:12:19 +01:00
# Template file for 'fmit'
pkgname=fmit
version=1.2.4
2017-11-24 12:12:19 +01:00
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"
short_desc="Graphical utility for tuning your musical instruments"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
2017-11-24 12:12:19 +01:00
homepage="http://gillesdegottex.github.io/fmit/"
distfiles="https://github.com/gillesdegottex/fmit/archive/v${version}.tar.gz"
checksum=b78a9ba07d13e38facf8a9e41445a91001110867ccf395aaa6c81cafcccf5726
2017-11-24 12:12:19 +01:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"
fi