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

7
assets/var/gnu/zstd.md Normal file
View File

@ -0,0 +1,7 @@
zstd 1.5.7
=
https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz
``` sh *** build ***
make -j$(nproc) && make prefix=/pkg/gnu/zstd install
```