0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
Termux Github Actions d913809bd9 bump(main/lexbor): 2.4.0
This commit has been automatically submitted by Github Actions.
2024-11-13 00:28:29 +00:00

16 lines
605 B
Bash

TERMUX_PKG_HOMEPAGE="https://lexbor.com"
TERMUX_PKG_DESCRIPTION="Fast embeddable web browser engine written in C with no dependencies"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.4.0"
TERMUX_PKG_SRCURL="https://github.com/lexbor/lexbor/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=8949744d425743828891de6d80327ccb64b5146f71ff6c992644e6234e63930e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DLEXBOR_BUILD_SHARED=ON
-DLEXBOR_BUILD_STATIC=OFF
-DLEXBOR_BUILD_EXAMPLES=OFF
-DLEXBOR_BUILD_TESTS=OFF
-DLEXBOR_BUILD_TESTS_CPP=OFF
"