aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libqalculate/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libqalculate/APKBUILD')
-rw-r--r--testing/libqalculate/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/libqalculate/APKBUILD b/testing/libqalculate/APKBUILD
deleted file mode 100644
index 3a9a386ec0c..00000000000
--- a/testing/libqalculate/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Contributor: Sodface <sod@sodface.com>
-# Maintainer: Sodface <sod@sodface.com>
-pkgname=libqalculate
-pkgver=3.21.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"
-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="
-7ca876ffe359ab2c6c6ae266007f489f9cd26f6650d6ace4e1d80cc660d16294cce601ed81046baca25cc4ec41668498af0a555fddc47c4118241e72af039614 libqalculate-3.21.0.tar.gz
-"