@FabioLolix Thanks!
BTW: Eventually I want to make the PKGBUILD more in line with the package in the community repo.
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: | uutils-coreutils |
Provides: | uutils-coreutils |
Submitter: | ArniDagur |
Maintainer: | oech3 |
Last Packager: | oech3 |
Votes: | 7 |
Popularity: | 0.32 |
First Submitted: | 2019-02-05 14:42 (UTC) |
Last Updated: | 2025-10-05 18:00 (UTC) |
@FabioLolix Thanks!
BTW: Eventually I want to make the PKGBUILD more in line with the package in the community repo.
git is missing as makedepends
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
make -j1 PREFIX=/opt/${_shortname}/ DESTDIR="$pkgdir" install
use $(nproc)
Pinned Comments