mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
d913809bd9
This commit has been automatically submitted by Github Actions.
16 lines
605 B
Bash
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
|
|
"
|