dsview-abz-decoder-git

LOW
maintainer taotieren 0 votes scanned 2026-08-28 11:35:03.635011
View on AUR
Why flagged

The package builds from a public Git repository with no prebuilt binaries; the source is transparent and consists of Python scripts installed as data, posing minimal risk despite unverified checksum and low popularity.

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 public Git repository with no prebuilt binaries; the source is transparent and consists of Python scripts installed as data, posing minimal risk despite unverified checksum and low popularity.

PKGBUILD

1# Maintainer: taotieren <admin@taotieren.com>
2
3pkgbase=dsview-abz-decoder-git
4pkgname=dsview-abz-decoder-git
5pkgver=r4.6f30c68
6pkgrel=1
7pkgdesc="incremental rotary encoder, protocal decodes of DSView 增量式旋转编码器的协议解码"
8arch=(any)
9url="https://github.com/Ging-H/DSView_PD_Encoder"
10license=(GPL-2.0-or-later)
11provides=(${pkgname%-git})
12conflicts=(${pkgname%-git})
13replaces=()
14depends=()
15makedepends=(
16 git
17)
18optdepends=(
19 "dsview: GUI programe for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc"
20)
21# backup=()
22# options=('!lto' '!debug')
23# install=
24source=("${pkgname}::git+${url}.git")
25sha256sums=('SKIP')
26
27pkgver() {
28 cd "${srcdir}/${pkgname}"
29 (
30 set -o pipefail
31 git describe --long --tag --abbrev=7 2>/dev/null | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g' ||
32 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
33 )
34}
35
36prepare() {
37 git -C "${srcdir}/${pkgbase}" clean -dfx
38}
39
40package() {
41 cd "${srcdir}/${pkgname}/"
42 install -vDm0644 encoderABZ/*.py -t ${pkgdir}/usr/share/libsigrokdecode4DSL/decoders/encoderABZ
43 install -vDm0644 *.md -t ${pkgdir}/usr/share/doc/${pkgname}/
44 install -vDm0644 LICENSE* -t ${pkgdir}/usr/share/licenses/${pkgname}/
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 11:35:03 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