mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-09 08:05:13 +02:00
33 lines
884 B
Text
33 lines
884 B
Text
# Contributor: Thomas Kienlen <kommander@laposte.net>
|
|
# Maintainer: Thomas Kienlen <kommander@laposte.net>
|
|
pkgname=kiwix-desktop
|
|
pkgver=2.4.1
|
|
pkgrel=0
|
|
pkgdesc="Offline Wikipedia reader"
|
|
url="https://github.com/kiwix/kiwix-desktop"
|
|
# ppc64le, s390x, riscv64 and armhf blocked by qt6-qtwebengine
|
|
arch="all !armhf !ppc64le !s390x !riscv64"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
qt6-qtbase-dev
|
|
qt6-qtwebengine-dev
|
|
qt6-qtsvg-dev
|
|
qt6-qtimageformats
|
|
libkiwix-dev>=14.0
|
|
"
|
|
source="https://github.com/kiwix/kiwix-desktop/archive/$pkgver/kiwix-desktop-$pkgver.tar.gz
|
|
"
|
|
options="!check" # no test suite
|
|
|
|
build() {
|
|
/usr/lib/qt6/bin/qmake6 PREFIX="/usr"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
7340b4ee265f50bdf88d1927374c6857660dc8126fcb6620838b836c3bb067c8d12d13a6fa6c754e1bb4d16536218dfdf252e66c1245cec4cd7ba65334bf4a95 kiwix-desktop-2.4.1.tar.gz
|
|
"
|