xepub

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 19:58:38 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion