zj-58
LOW
maintainer RinWate
0 votes
scanned 2026-09-20 11:33:17.711215
Why flagged
The package builds from a publicly accessible git repository with a pinned commit, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.
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 a publicly accessible git repository with a pinned commit, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.
PKGBUILD
1
# Maintainer: rinwate
2
# Upstream: https://github.com/klirichek/zj-58
3
# This package tracks the maintained fork which includes fixes for
4
# modern CMake and GCC and a segfault fix; pinned to release tag 0.1.0.
5
# Formerly known as zj-58-cups.
6
pkgname=zj-58
7
pkgver=0.1.0
8
pkgrel=1
9
pkgdesc="CUPS filter for ESC/POS thermal receipt printers (Zjiang ZJ-58, Xprinter XP-58 and clones)"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/RinWate/zj-58"
12
license=('BSD')
13
depends=('cups')
14
makedepends=('cmake' 'git')
15
conflicts=('zj-58-git')
16
replaces=('zj-58-cups')
17
source=(
18
"zj-58::git+https://github.com/RinWate/zj-58.git#commit=ae3091a1a1ac31760ad9860377ce79095a368646"
19
)
20
sha256sums=('SKIP')
21
22
build() {
23
cd "$srcdir/zj-58"
24
cmake -B build -S . \
25
-DCMAKE_BUILD_TYPE=Release \
26
-DCMAKE_INSTALL_PREFIX=/usr
27
cmake --build build
28
}
29
30
package() {
31
cd "$srcdir/zj-58/build"
32
make DESTDIR="$pkgdir/" install
33
install -Dm644 "$srcdir/zj-58/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 11:33:17 | Low | 2 |