nudl

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

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Mikołaj <mikolaj.q@wp.pl>
2
3pkgname=nudl
4pkgver=1.1.0
5pkgrel=1
6pkgdesc="Unofficial downloader for Hyundai, Kia and Genesis (HMG) infotainment navigation firmware"
7arch=('x86_64')
8url="https://github.com/chenxiaolong/nudl"
9license=('GPL-3.0-only')
10depends=('gcc-libs')
11makedepends=('cargo' 'git')
12options=('!lto')
13
14source=("$pkgname-$pkgver.tar.gz::https://github.com/chenxiaolong/nudl/archive/refs/tags/v$pkgver.tar.gz")
15sha256sums=('ffc0276b9e824ecc8cee29fcec87bf8a48a766fe0015c519d07b0b3a52e99dee')
16
17prepare() {
18 cd "$pkgname-$pkgver"
19 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20}
21
22build() {
23 cd "$pkgname-$pkgver"
24 export RUSTUP_TOOLCHAIN=stable
25 cargo build --frozen --release --package nudl
26}
27
28package() {
29 cd "$pkgname-$pkgver"
30 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
31 install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 install -Dm0644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 11:35:03 Low 1

Report a package

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

0 / 4000
Your suggestion