cargo-lbin

LOW
maintainer sir_lucjan 0 votes scanned 2026-08-28 19:36:26.027686
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: Piotr Górski <lucjan.lucjanov@gmail.com>
2
3pkgname=cargo-lbin
4pkgver=0.1.1
5pkgrel=2
6pkgdesc='Thin cargo-install wrapper targeting /usr/local/bin, crates.io only'
7url='https://github.com/sirlucjan/cargo-lbin'
8arch=('x86_64')
9license=('MIT' 'Apache-2.0')
10depends=('cargo')
11options=(!lto)
12source=("git+https://github.com/sirlucjan/cargo-lbin?signed#tag=$pkgver")
13sha256sums=('58774db27b6bfa408ae18879540bffc1e1b34358d0bb88618c768659bd0bdc2d')
14validpgpkeys=(
15 399521CE9D6D65B35EEF0F8C79AFA05ABDB26C5A # Piotr Gorski <lucjan.lucjanov@gmail.com>
16)
17
18prepare() {
19 cd $pkgname
20 export RUSTUP_TOOLCHAIN=stable
21 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
22}
23
24build() {
25 cd $pkgname
26 export RUSTUP_TOOLCHAIN=stable
27 export CARGO_TARGET_DIR=target
28 cargo build --release --frozen
29}
30
31package() {
32 cd $pkgname
33 export RUSTUP_TOOLCHAIN=stable
34 cargo install --no-track --frozen --root "$pkgdir/usr/" --path .
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 19:36:26 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