cargonaut-git

LOW
maintainer kekmacska 0 votes scanned 2026-08-19 03:41:13.749572
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: kekmacska
2
3pkgname=cargonaut-git
4pkgver=0.2.0.r0.g6dd9912
5pkgrel=1
6pkgdesc="Rust-native, terminal, keyboard-first dual-pane file manager — Norton Commander & Midnight Commander reimagined for 2026"
7arch=('any')
8url="https://github.com/mohnkhan/cargonaut"
9license=('Apache-2.0' 'MIT')
10depends=('xz')
11makedepends=('rust')
12source=('git+https://github.com/mohnkhan/cargonaut.git')
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "${pkgname%-*}"
17 git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/v//g'
18}
19
20build() {
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
40package() {
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 --release

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 03:41:13 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 17:37:06 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