dsview-arinc429-decoder-git
LOW
maintainer taotieren
0 votes
scanned 2026-08-27 11:32:31.656570
Why flagged
The package builds from the project's own Git repository, installs only Python source files and documentation, and poses no remote code execution or supply-chain risk despite unverified checksum and low votes.
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, installs only Python source files and documentation, and poses no remote code execution or supply-chain risk despite unverified checksum and low votes.
PKGBUILD
1
# Maintainer: taotieren <admin@taotieren.com>
2
3
pkgbase=dsview-arinc429-decoder-git
4
pkgname=dsview-arinc429-decoder-git
5
pkgver=r28.d19f65c
6
pkgrel=1
7
pkgdesc="Decoder (ARINC 429) plugin for DSView"
8
arch=(any)
9
url="https://github.com/Aleksandr-Kai/DSView_ARINC429_Decoder"
10
license=(GPL-2.0-or-later)
11
provides=(${pkgname%-git})
12
conflicts=(${pkgname%-git})
13
replaces=()
14
depends=(
15
python
16
)
17
makedepends=(
18
git
19
)
20
optdepends=(
21
"dsview: GUI programe for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc"
22
)
23
# backup=()
24
# options=('!lto' '!debug')
25
# install=
26
source=("${pkgname}::git+${url}.git")
27
sha256sums=('SKIP')
28
29
pkgver() {
30
cd "${srcdir}/${pkgname}"
31
(
32
set -o pipefail
33
git describe --long --tag --abbrev=7 2>/dev/null | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g' ||
34
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
35
)
36
}
37
38
prepare() {
39
git -C "${srcdir}/${pkgbase}" clean -dfx
40
}
41
42
package() {
43
cd "${srcdir}/${pkgname}/"
44
install -vDm0644 pd.py -t ${pkgdir}/usr/share/libsigrokdecode4DSL/decoders/arinc429
45
install -vDm0644 /dev/stdin ${pkgdir}/usr/share/libsigrokdecode4DSL/decoders/arinc429/__init__.py <<EOF
46
from .pd import Decoder
47
EOF
48
install -vDm0644 *.md -t ${pkgdir}/usr/share/doc/${pkgname}/
49
cp -rv screenshots ${pkgdir}/usr/share/doc/${pkgname}/
50
# install -vDm0644 LICENSE* -t ${pkgdir}/usr/share/licenses/${pkgname}/
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 11:32:31 | Low | 2 |