# # The GNU core utilities (version 9.3). # # The GNU core utilities are the basic file, shell and text manipulation # utilities of the GNU operating system. These are the core utilities # which are expected to exist on every operating system. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=coreutils pkgversion=9.3 arch=amd64 release=1 pkgcategory="tools" full_pkgname=coreutils@tools blurb="The GNU core utilities (version 9.3)." homepage="https://www.gnu.org/software/coreutils" license="GPLv3+" fetch="https://ftpmirror.gnu.org/coreutils/coreutils-9.3.tar.gz" replace=""