uutils-shadow-git

LOW
maintainer oech3 0 votes scanned 2026-08-28 09:35:00.314873
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
2pkgname=uutils-shadow-git
3pkgver=0.2.1.r6.ge374d7a
4pkgrel=1
5pkgdesc="Rust rewrite of shadow"
6url=https://github.com/uutils/shadow
7license=('MIT')
8arch=('x86_64')
9depends=(glibc libgcc libxcrypt)
10makedepends=(git pkgconf rust)
11source=("${pkgname%-git}::git+${url}.git")
12b2sums=('SKIP')
13pkgver() {
14 cd ${pkgname%-git}
15 git describe --long --tags --abbrev=7 | sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
16}
17
18prepare(){
19 cd ${pkgname%-git}
20 cargo build --release --workspace --bins --exclude uu_shadow
21}
22
23package(){
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)SeverityRules
2026-08-28 09:35:00 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