new package: liblightning

This commit is contained in:
Tee KOBAYASHI 2022-01-09 02:23:24 +09:00 committed by Leonid Pliushch
parent d807b1e38a
commit 7ce5d869ba
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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.1.3
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/lightning/lightning-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ed856b866dc6f68678dc1151579118fab1c65fad687cf847fc2d94ca045efdc9
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_func_ffsl=yes
"