Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 0e79e79dc1
240 changed files with 2747 additions and 855 deletions

11
assets/var/gnu/libxslt.md Normal file
View File

@ -0,0 +1,11 @@
libxslt 1.1.45
=
https://github.com/GNOME/libxslt/archive/refs/tags/v1.1.45.tar.gz
``` sh *** build ***
libtoolize
./autogen.sh
./configure --prefix=/pkg/gnu/libxslt
make -j$(nproc)
make install
```