Files
AeroPkg/assets/var/gnu/gzip.md

10 lines
159 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
gzip 1.13
=
https://mirror.truenetwork.ru/gnu/gzip/gzip-1.13.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/gzip
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```