mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
18 lines
696 B
Bash
18 lines
696 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.24.5
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/wget/wget-${TERMUX_PKG_VERSION}.tar.lz
|
|
TERMUX_PKG_SHA256=57a107151e4ef94fdf94affecfac598963f372f13293ed9c74032105390b36ee
|
|
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
|
|
"
|