aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kiwix-desktop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kiwix-desktop/APKBUILD')
-rw-r--r--testing/kiwix-desktop/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/kiwix-desktop/APKBUILD b/testing/kiwix-desktop/APKBUILD
deleted file mode 100644
index 5c6b11c4310..00000000000
--- a/testing/kiwix-desktop/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Thomas Kienlen <kommander@laposte.net>
-# Maintainer: Thomas Kienlen <kommander@laposte.net>
-pkgname=kiwix-desktop
-pkgver=2.0.5
-pkgrel=0
-pkgdesc="Offline Wikipedia reader"
-url="https://github.com/kiwix/kiwix-desktop"
-# mips64, ppc64le, s390x and riscv64 blocked by qt5-qtwebengine
-arch="all !armhf !mips64 !ppc64le !s390x !riscv64"
-license="GPL-3.0-or-later"
-makedepends="
- qt5-qtbase-dev
- qt5-qtwebengine-dev
- qt5-qtsvg-dev
- qt5-qtimageformats
- kiwix-lib-dev
- "
-source="https://github.com/kiwix/kiwix-desktop/archive/$pkgver/kiwix-desktop-$pkgver.tar.gz"
-options="!check" # no test suite
-
-build() {
- qmake-qt5 PREFIX="/usr"
- make
-}
-
-package() {
- INSTALL_ROOT="$pkgdir" make install
-}
-
-sha512sums="
-0570230ff06d13a3023859f2c95677d423aabfc6310d4abd5c17b7ba3537f10f7c1a7a0bd6120f3facfdd86f723356378a8c2571c6694ebc2c02e65fbd516b00 kiwix-desktop-2.0.5.tar.gz
-"