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

20 lines
277 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
wget 1.25
=
https://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/wget --with-ssl=openssl &&
make -j$(nproc) && make install
```
``` cfg *** build deps ***
pcre2
zlib
libxcrypt
2025-11-18 19:46:36 +03:00
openssl
2025-08-26 04:41:14 +03:00
```
``` cfg *** run deps ***
coreutils
```