Skip to content
Snippets Groups Projects
Commit e1b927c6 authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/speedcrunch: new aport. Fixes #8200

parent 41b927f7
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=speedcrunch
pkgver=0.12
pkgrel=0
pkgdesc="SpeedCrunch is a high-precision scientific calculator."
url="http://www.speedcrunch.org/"
arch="all"
license="GPL"
makedepends="cmake py-sphinx py-sphinx-theme-quark
qt5-qtbase-dev qt5-qttools-dev libxkbcommon-dev"
source="https://bitbucket.org/heldercorreia/speedcrunch/get/release-0.12.0.tar.bz2"
builddir="$srcdir/heldercorreia-speedcrunch-ea93b21f9498"
prepare() {
cd "$builddir"
mkdir -p build
}
build() {
cd "$builddir"/build
cmake ../src \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DREBUILD_MANUAL=off
make
}
check() {
cd "$builddir"/build
make test
}
package() {
cd "$builddir"/build
make DESTDIR="$pkgdir" install
}
sha512sums="b41f147f2530735af2fad0ecef6047459baed03904ec6d8097a3f21d7d200c2d89beda77676ea1ff762c5c164cd7b639cae84942f61c869acd77aa380c80f141 release-0.12.0.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment