mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
18 lines
698 B
Bash
18 lines
698 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/wget/
|
|
TERMUX_PKG_DESCRIPTION="Commandline tool for retrieving files using HTTP, HTTPS and FTP"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.25.0"
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/wget/wget-${TERMUX_PKG_VERSION}.tar.lz
|
|
TERMUX_PKG_SHA256=19225cc756b0a088fc81148dc6a40a0c8f329af7fd8483f1c7b2fe50f4e08a1f
|
|
TERMUX_PKG_AUTO_UPDATE=false
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, libidn2, libuuid, openssl, pcre2, zlib"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_func_getpass=yes
|
|
ac_cv_libunistring=no
|
|
--enable-iri
|
|
--with-ssl=openssl
|
|
--with-included-libunistring=no
|
|
--without-libunistring-prefix
|
|
"
|