Files
termux-pacman-bot 88c2ae691f fix(*): Replace ftp.gnu.org with mirrors.kernel.org
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a
lot more stable and performant over time than the first (and ftp.gnu.org
is currently experiencing intermittent problems).

See e.g. 9937b7487379513651c67649e6adcc36d8262100

%ci:no-build
2025-09-15 15:37:29 +00:00

14 lines
580 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/lightning/
TERMUX_PKG_DESCRIPTION="A library to aid in making portable programs that compile assembly code at run time"
TERMUX_PKG_LICENSE="GPL-3.0, LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.2.3"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/lightning/lightning-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c045c7a33a00affbfeb11066fa502c03992e474a62ba95977aad06dbc14c6829
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_func_ffsl=yes
"