cbzview-git
LOW
maintainer nebiki
0 votes
scanned 2026-09-02 15:51:02.635429
Why flagged
The package builds from the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: nebiki <alexandriagustaf@gmail.com>
2
pkgname=cbzview-git
3
pkgver=r3.7f6fe0e
4
pkgrel=1
5
pkgdesc="fast Linux CBZ comic & manga viewer with mmap, PBO streaming, and bicubic screentone anti-aliasing"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/alexantSWE/cbzview"
8
license=('MIT')
9
depends=(
10
'glibc'
11
'glfw'
12
'libzip'
13
'libjpeg-turbo'
14
'libwebp'
15
'libpng'
16
'libglvnd'
17
'hicolor-icon-theme'
18
)
19
makedepends=('git' 'gcc' 'pkgconf' 'make')
20
provides=('cbzview')
21
conflicts=('cbzview')
22
source=("git+https://github.com/alexantSWE/cbzview.git")
23
sha256sums=('SKIP')
24
25
pkgver() {
26
cd "$srcdir/cbzview"
27
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
28
}
29
30
build() {
31
cd "$srcdir/cbzview"
32
make -j$(nproc)
33
}
34
35
package() {
36
cd "$srcdir/cbzview"
37
make DESTDIR="$pkgdir" PREFIX=/usr install
38
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 15:51:02 | Low | 2 |
| 2026-09-02 13:50:58 | Low | 2 |