20 lines
702 B
Bash
20 lines
702 B
Bash
TERMUX_PKG_HOMEPAGE=https://gitlab.com/gnuwget/wget2
|
|
TERMUX_PKG_DESCRIPTION="The successor of GNU Wget, a file and recursive website downloader"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.0.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/wget/wget2-${TERMUX_PKG_VERSION}.tar.lz
|
|
TERMUX_PKG_SHA256=da95b1477fa4ede1ac712f179c1354d9624fbc91e778d89cf8d2ae46aa15e3d2
|
|
TERMUX_PKG_DEPENDS="gpgme, libandroid-glob, libassuan, libgnutls, libgpg-error, pcre2"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_header_spawn_h=no
|
|
-with-openssl=no
|
|
--with-ssl=gnutls
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -landroid-glob"
|
|
CFLAGS+=" -DNO_INLINE_GETPASS=1"
|
|
}
|