Alternate Coreutils options 05 October 2020, 03:09:30 I've not quite figured it out, but have been off and on the idea of it. Most of the packages seem to have a GNU coreutils dependancy, which makes sense due to the wide array of things that are built on it. How much work would it take to get the option to do alternate coreutils to work so that you can skip the GNU stuff? Quote Selected
Re: Alternate Coreutils options Reply #1 – 05 October 2020, 05:38:37 https://wiki.archlinux.org/index.php/Core_utilities#AlternativesArchlinux contains busybox in repo, you can try it. Quote Selected
Re: Alternate Coreutils options Reply #2 – 05 October 2020, 08:11:50 Quote from: nephitejnf – on 05 October 2020, 03:09:30I've not quite figured it out, but have been off and on the idea of it. Most of the packages seem to have a GNU coreutils dependancy, which makes sense due to the wide array of things that are built on it. How much work would it take to get the option to do alternate coreutils to work so that you can skip the GNU stuff?You have to ensure your new package provides all the utilities needed and then build it setting provide=('coreutils') in PKGBUILD Quote Selected