nudl
LOW
maintainer miq
0 votes
scanned 2026-08-28 11:35:03.635011
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
3
pkgname=nudl
4
pkgver=1.1.0
5
pkgrel=1
6
pkgdesc="Unofficial downloader for Hyundai, Kia and Genesis (HMG) infotainment navigation firmware"
7
arch=('x86_64')
8
url="https://github.com/chenxiaolong/nudl"
9
license=('GPL-3.0-only')
10
depends=('gcc-libs')
11
makedepends=('cargo' 'git')
12
options=('!lto')
13
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/chenxiaolong/nudl/archive/refs/tags/v$pkgver.tar.gz")
15
sha256sums=('ffc0276b9e824ecc8cee29fcec87bf8a48a766fe0015c519d07b0b3a52e99dee')
16
17
prepare() {
18
cd "$pkgname-$pkgver"
19
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20
}
21
22
build() {
23
cd "$pkgname-$pkgver"
24
export RUSTUP_TOOLCHAIN=stable
25
cargo build --frozen --release --package nudl
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-28 11:35:03 | Low | 1 |