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
4
pkgname=$_reponame-git
5
pkgver=0.2.1.r14.g9001c15
6
pkgrel=1
7
pkgdesc="A cross-platform NDS(i) ROM trimmer written in Rust (git-version)"
8
arch=('x86_64')
9
url="https://github.com/Nemris/ndstrim-rs"
10
license=('MIT')
11
depends=('glibc' 'libgcc')
12
makedepends=('cargo' 'git')
13
provides=('ndstrim')
14
conflicts=('ndstrim')
15
source=("$_reponame::git+$url.git")
16
b2sums=('SKIP')
17
18
pkgver() {
19
cd "$_reponame"
20
git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
21
}
22
23
build() {
24
cd "$_reponame"
25
cargo build --release # --locked is omitted since the build fails with it.
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |