uutils-shadow-git
LOW
maintainer oech3
0 votes
scanned 2026-08-28 09:35:00.314873
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
2
pkgname=uutils-shadow-git
3
pkgver=0.2.1.r6.ge374d7a
4
pkgrel=1
5
pkgdesc="Rust rewrite of shadow"
6
url=https://github.com/uutils/shadow
7
license=('MIT')
8
arch=('x86_64')
9
depends=(glibc libgcc libxcrypt)
10
makedepends=(git pkgconf rust)
11
source=("${pkgname%-git}::git+${url}.git")
12
b2sums=('SKIP')
13
pkgver() {
14
cd ${pkgname%-git}
15
git describe --long --tags --abbrev=7 | sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
16
}
17
18
prepare(){
19
cd ${pkgname%-git}
20
cargo build --release --workspace --bins --exclude uu_shadow
21
}
22
23
package(){
24
cd ${pkgname%-git}
25
find target/release -maxdepth 1 -executable -type f -exec install -Dm0755 -t "$pkgdir/usr/bin/" {} +
26
rename '' uu- "$pkgdir/usr/bin/"*
27
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/${pkgname%-git}
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 09:35:00 | Low | 1 |