summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e08ac7a94a704f10f5c080598567f251683e8f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer : Angel Perez <near1297@nauta.cu>
# Maintainer: nic96
pkgname=kiwix-desktop
pkgver=2.0.4
pkgrel=1
pkgdesc="Offline reader for Web content. It's especially intended to make Wikipedia available offline."
url="https://www.kiwix.org/"
arch=("x86_64")
license=('GPL3')
depends=("qt5-base" "qt5-webengine" "qt5-svg" "qt5-imageformats" "aria2" "kiwix-lib")
makedepends=("qt5-tools" "kiwix-lib")
source=("https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop-$pkgver.tar.gz")
conflicts=("kiwix-bin")
md5sums=('78b7b4558436c2212f9157132dace2cc')

build() {
    cd "$srcdir/$pkgname-$pkgver"
    qmake PREFIX=$pkgdir/usr
    make
}

package() {
    cd "$srcdir/$pkgname-$pkgver"
    make install
}