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 openssl ``` ``` cfg *** run deps *** coreutils ```