Package Details: uutils-coreutils-git 0.8.0.r101.g5daf0a5-1

Git Clone URL: https://aur.archlinux.org/uutils-coreutils-git.git (read-only, click to copy)
Package Base: uutils-coreutils-git
Description: Rust rewrite of coreutils
Upstream URL: https://github.com/uutils/coreutils
Licenses: MIT
Conflicts: coreutils, uutils-coreutils
Provides: coreutils
Submitter: ArniDagur
Maintainer: oech3
Last Packager: oech3
Votes: 8
Popularity: 0.38
First Submitted: 2019-02-05 14:42 (UTC)
Last Updated: 2026-05-01 06:12 (UTC)

Dependencies (6)

Required by (1415)

Sources (3)

Pinned Comments

oech3 commented on 2026-05-15 17:32 (UTC)

To omit building anything from main branch: https://aur.archlinux.org/packages/uutils-coreutils-git-bin .

Latest Comments

« First ‹ Previous 1 2

starquake commented on 2021-05-31 06:58 (UTC)

@FabioLolix Thanks!

BTW: Eventually I want to make the PKGBUILD more in line with the package in the community repo.

FabioLolix commented on 2021-05-04 16:03 (UTC)

git is missing as makedepends

FabioLolix commented on 2021-05-04 16:02 (UTC)

use $(nproc)

Absolutely not, don't ovveride users configuration, the number of makejobs can be specified only when needed, like if the builds fails with makejobs >1, like in this case seems

kalekale commented on 2021-05-04 15:25 (UTC) (edited on 2021-05-04 15:25 (UTC) by kalekale)

make -j1 PREFIX=/opt/${_shortname}/ DESTDIR="$pkgdir" install

use $(nproc)