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