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

14
assets/var/gnu/glib.md Normal file
View File

@ -0,0 +1,14 @@
glib 2.85
=
https://download.gnome.org/sources/glib/2.85/glib-2.85.0.tar.xz
``` sh *** build ***
mkdir build; cd build &&
meson setup --prefix=/pkg/gnu/glib .. &&
ninja -C . && ninja install
```
``` cfg *** build deps ***
pcre2
libffi
```