aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libqalculate/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libqalculate/APKBUILD')
-rw-r--r--testing/libqalculate/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/libqalculate/APKBUILD b/testing/libqalculate/APKBUILD
deleted file mode 100644
index 3477c2949b1..00000000000
--- a/testing/libqalculate/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Contributor: Sodface <sod@sodface.com>
-# Maintainer: Sodface <sod@sodface.com>
-pkgname=libqalculate
-# the pkgver must be kept in sync with: qalculate-gtk
-pkgver=3.22.0
-pkgrel=0
-pkgdesc="Library implementing a multi-purpose desktop calculator"
-url="https://qalculate.github.io/"
-license="GPL-2.0-or-later"
-arch="all"
-makedepends="curl-dev gettext-dev gmp-dev gnu-libiconv-dev icu-dev intltool libxml2-dev mpfr-dev readline-dev"
-subpackages="$pkgname-dev $pkgname-lang qalc qalc-doc"
-source="https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/libqalculate-$pkgver.tar.gz
- libqalculate.pc.in.patch
- "
-options="!check" # no test suite
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-qalc() {
- pkgdesc="Powerful and easy to use command line calculator"
- amove usr/bin/qalc
-}
-
-doc() {
- default_doc
- pkgdesc="Powerful and easy to use command line calculator (documentation)"
-}
-
-sha512sums="
-2fc7e9e2edda0dfa221865050068eead29f9fecfef8eb8817bacc7493ed03215c60931b40e69165f565fc0574e370131ebebd9b247fedafc5821aae35b71dac9 libqalculate-3.22.0.tar.gz
-a91b8d7cb0cc4b18d3a7abed7b796e49eeed42f5726cd6bb59f12004993959b61988a9b52d9f6a9e6e7a666ca02a0efc94f721e4d5236a782d9f926989102c37 libqalculate.pc.in.patch
-"