ndstrim-rs-git

maintainer asyync1024 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public git repository with a SKIP'd checksum, but the source is the project's own official upstream, and no untrusted executables are downloaded or executed.

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 a SKIP'd checksum, but the source is the project's own official upstream, and no untrusted executables are downloaded or executed.

PKGBUILD

1# Maintainer: asyync1024 <asyync1024 at proton dot me>
2
3_reponame=ndstrim-rs
4pkgname=$_reponame-git
5pkgver=0.2.1.r14.g9001c15
6pkgrel=1
7pkgdesc="A cross-platform NDS(i) ROM trimmer written in Rust (git-version)"
8arch=('x86_64')
9url="https://github.com/Nemris/ndstrim-rs"
10license=('MIT')
11depends=('glibc' 'libgcc')
12makedepends=('cargo' 'git')
13provides=('ndstrim')
14conflicts=('ndstrim')
15source=("$_reponame::git+$url.git")
16b2sums=('SKIP')
17
18pkgver() {
19 cd "$_reponame"
20 git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
21}
22
23build() {
24 cd "$_reponame"
25 cargo build --release # --locked is omitted since the build fails with it.
26}
27
28package() {
29 cd "$_reponame"
30 install -Dm755 "target/release/ndstrim" -t "$pkgdir/usr/bin"
31 install -Dm644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 15:29:50 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