snander

MEDIUM
maintainer kralonur 4 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Jack Chen <redchenjs@live.com>
2
3pkgname=snander
4pkgver=v.1.7.9
5pkgrel=1
6pkgdesc="SNANDer - Serial Nor/nAND/Eeprom programmeR (based on CH341A)"
7url="https://github.com/McMCCRU/SNANDer"
8arch=('any')
9license=('GPL2')
10source=("SNANDer-$pkgver.tar.gz::https://codeload.github.com/McMCCRU/SNANDer/tar.gz/refs/tags/$pkgver")
11sha512sums=('660b5188b7000f29e17767d7fb7cb49ca230a6c995c205131e8afd97f4f4474beab4945ccc79d70731901f28552fe4722428530a1498fa50838557a25e861672')
12
13build() {
14 cd "${srcdir}/SNANDer-$pkgver/src"
15
16 # fix libusb build error
17 sed -i -r "s|^(SNANDer:).*$|\1 \$(OBJS)|g" Makefile
18
19 # build libusb for static linking
20 cd libusb-*
21 ./autogen.sh && ./configure --prefix="${srcdir}/SNANDer-$pkgver/src/lusb_build" --disable-udev
22 make && make install
23
24 cd ../ && make
25}
26
27package() {
28 install -D -m755 "${srcdir}/SNANDer-$pkgver/src/SNANDer" "${pkgdir}/usr/bin/snander"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion