uutils-bsdutils

LOW
maintainer Chocobo1 0 votes scanned 2026-09-11 17:22:59.755085
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: Chocobo1 <chocobo1 AT archlinux DOT net>
2
3pkgname=uutils-bsdutils
4pkgver=0.0.1
5pkgrel=1
6pkgdesc="Rust reimplementation of the bsdutils project"
7arch=('i686' 'x86_64')
8url="https://github.com/uutils/bsdutils"
9license=('MIT')
10depends=('glibc' 'libgcc')
11makedepends=('cargo')
12source=("$pkgname-$pkgver-src.tar.gz::https://github.com/uutils/bsdutils/archive/refs/tags/$pkgver.tar.gz")
13sha256sums=('4a04eacee7d7d2539770122e41d673b6ade82f72aa19e5f9d51a03d07734fbce')
14
15
16prepare() {
17 cd "bsdutils-$pkgver"
18
19 if [ ! -f "Cargo.lock" ]; then
20 cargo update
21 fi
22 cargo fetch
23}
24
25check() {
26 cd "bsdutils-$pkgver"
27
28 #cargo test \
29 # --frozen
30}
31
32package() {
33 cd "bsdutils-$pkgver"
34
35 cargo install \
36 --frozen \
37 --no-track \
38 --root "$pkgdir/usr" \
39 --path .
40
41 install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/uutils-bsdutils"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 17:22:59 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