mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
parent
d81587f80c
commit
4120636097
1 changed files with 20 additions and 0 deletions
20
srcpkgs/speedcrunch/template
Normal file
20
srcpkgs/speedcrunch/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue