pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit b099c3d88b
110 changed files with 1582 additions and 332 deletions

15
assets/var/gnu/glu.md Normal file
View File

@ -0,0 +1,15 @@
glu 9.0.3
=
https://gitlab.freedesktop.org/mesa/glu/-/archive/glu-9.0.3/glu-glu-9.0.3.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=$pkgpath --libdir=lib --buildtype=release ..
ninja
ninja install
```
``` cfg *** build deps ***
mesa
```