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,9 @@
ncurses 6.5
=
https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
``` sh *** build ***
CFG_FLAGS="--prefix=/pkg/gnu/ncurses --without-debug --enable-pc-files --with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig"
./configure $CFG_FLAGS && make -j$(nproc) && make install && make distclean &&
./configure $CFG_FLAGS --disable-widec && make -j$(nproc) && make install
```