void-packages/srcpkgs/speedcrunch/template
Jürgen Buchmüller 3ba4b330ce speedcrunch: fix build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-03-26 14:51:36 +02:00

22 lines
678 B
Bash

# Template file for 'speedcrunch'
pkgname=speedcrunch
version=0.12.0
revision=1
_hash=ea93b21f9498
wrksrc="heldercorreia-${pkgname}-${_hash}"
build_wrksrc="src"
build_style=cmake
makedepends="qt5-tools-devel qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-tds
qt5-plugin-odbc qt5-plugin-sqlite"
short_desc="High-precision scientific calculator"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2"
homepage="http://speedcrunch.org/"
distfiles="https://bitbucket.org/heldercorreia/${pkgname}/get/release-${version}.tar.bz2"
checksum=59bfc6747060dd15c43c1e9afffdb708c15e3c2a7c36855b83952f33ba451d85
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends="qt5-tools-devel"
fi