21 lines
594 B
Bash
21 lines
594 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"
|
||
|
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
|
||
|
|