updated gnu repo

This commit is contained in:
2025-08-26 04:41:14 +03:00
parent 12583471f1
commit 7942284237
89 changed files with 995 additions and 202 deletions

View File

@ -0,0 +1,11 @@
coreutils 9.6
=
https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz
``` sh *** build ***
FORCE_UNSAFE_CONFIGURE=1 \
./configure \
--enable-install-program=hostname \
--prefix=/pkg/gnu/coreutils &&
make -j$(nproc) && make install
```