zj-58

LOW
maintainer RinWate 0 votes scanned 2026-09-20 11:33:17.711215
View on AUR
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.
6pkgname=zj-58
7pkgver=0.1.0
8pkgrel=1
9pkgdesc="CUPS filter for ESC/POS thermal receipt printers (Zjiang ZJ-58, Xprinter XP-58 and clones)"
10arch=('x86_64' 'aarch64')
11url="https://github.com/RinWate/zj-58"
12license=('BSD')
13depends=('cups')
14makedepends=('cmake' 'git')
15conflicts=('zj-58-git')
16replaces=('zj-58-cups')
17source=(
18 "zj-58::git+https://github.com/RinWate/zj-58.git#commit=ae3091a1a1ac31760ad9860377ce79095a368646"
19)
20sha256sums=('SKIP')
21
22build() {
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
30package() {
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)SeverityRules
2026-09-20 11:33:17 Low 2

Report a package

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

0 / 4000
Your suggestion