webarchive
LOW
maintainer yochananmarqos
0 votes
scanned 2026-08-25 17:27:20.499711
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=webarchive
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="Browse offline ZIM archives"
6
arch=('any')
7
url="https://github.com/mhhemati0/WebArchive"
8
license=('GPL-3.0-or-later')
9
depends=(
10
'gtk4'
11
'libadwaita'
12
'python-gobject'
13
'python-libzim'
14
'webkitgtk-6.0'
15
)
16
makedepends=('meson')
17
source=("WebArchive-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
18
sha256sums=('393baa161617bd07896fbd1eb504d24b337b802c28db435077a18f1fbf6902f5')
19
20
build() {
21
arch-meson "WebArchive-$pkgver" build
22
meson compile -C build
23
}
24
25
check() {
26
meson test -C build --no-rebuild --print-errorlogs
27
}
28
29
package() {
30
meson install -C build --no-rebuild --destdir "$pkgdir"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 17:27:20 | Low | 1 |