cargonaut-git
LOW
maintainer kekmacska
0 votes
scanned 2026-08-19 03:41:13.749572
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: kekmacska
2
3
pkgname=cargonaut-git
4
pkgver=0.2.0.r0.g6dd9912
5
pkgrel=1
6
pkgdesc="Rust-native, terminal, keyboard-first dual-pane file manager — Norton Commander & Midnight Commander reimagined for 2026"
7
arch=('any')
8
url="https://github.com/mohnkhan/cargonaut"
9
license=('Apache-2.0' 'MIT')
10
depends=('xz')
11
makedepends=('rust')
12
source=('git+https://github.com/mohnkhan/cargonaut.git')
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "${pkgname%-*}"
17
git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/v//g'
18
}
19
20
build() {
21
cd "${pkgname%-*}"
22
23
export RUSTFLAGS="\
24
-C opt-level=3 \
25
-C target-cpu=native \
26
-C embed-bitcode=yes \
27
-C codegen-units=1 \
28
-C strip=symbols \
29
-C relocation-model=pic \
30
-C link-arg=-fuse-ld=lld \
31
-C link-arg=-Wl,--icf=safe \
32
-C link-arg=-Wl,--gc-sections \
33
-C link-arg=-Wl,--as-needed \
34
-C link-arg=-Wl,-O3 \
35
"
36
37
cargo build --release
38
}
39
40
package() {
41
cd "$srcdir/${pkgname%-*}"
42
43
install -Dm755 "target/release/${pkgname%-*}" "$pkgdir/usr/bin/${pkgname%-*}"
44
install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
45
install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
46
}
47
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-19 03:41@@ -31,7 +31,7 @@ -C link-arg=-Wl,--icf=safe \ -C link-arg=-Wl,--gc-sections \ -C link-arg=-Wl,--as-needed \- -C link-arg=-Wl,-O2 \+ -C link-arg=-Wl,-O3 \ " cargo build --releaseScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 17:37:06 | Low | 1 |