xepub
LOW
maintainer yochananmarqos
0 votes
scanned 2026-09-04 19:58:38.529168
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=xepub
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Secure, comfortable, paginated EPUB reader"
6
arch=('any')
7
url="https://github.com/xapp-project/xepub"
8
license=('LicenseRef-unknown')
9
depends=(
10
'gtk3'
11
'libsoup3'
12
'python-gobject'
13
'python-setproctitle'
14
'python-xapp'
15
'webkit2gtk-4.1'
16
'xapp'
17
)
18
makedepends=(
19
'git'
20
'meson'
21
)
22
checkdepends=('desktop-file-utils')
23
source=("git+https://github.com/xapp-project/xepub.git#tag=$pkgver")
24
sha256sums=('4d698774aa6b1f56da80ea1225492c7fed629b00313e7c3dca2a14eb36f985b3')
25
26
build() {
27
arch-meson "$pkgname" build
28
meson compile -C build
29
}
30
31
check() {
32
meson test -C build --no-rebuild --print-errorlogs
33
34
desktop-file-validate "build/data/$pkgname.desktop"
35
}
36
37
package() {
38
meson install -C build --no-rebuild --destdir "$pkgdir"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 19:58:38 | Low | 1 |