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

9
assets/var/gnu/m4.md Normal file
View File

@ -0,0 +1,9 @@
m4 1.4.20
=
https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz
``` sh *** build ***
./configure \
--prefix=/pkg/gnu/m4 &&
make -j$(nproc) && make install
```