0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-08 02:41:49 +00:00
Files
termux-packages/packages/binaryen/build.sh
Termux Github Actions e239f53956 bump(main/binaryen): 122
This commit has been automatically submitted by Github Actions.
2025-02-23 13:12:37 +00:00

15 lines
605 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/WebAssembly/binaryen
TERMUX_PKG_DESCRIPTION="Binaryen is a compiler and toolchain infrastructure library for WebAssembly"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="122"
TERMUX_PKG_SRCURL=https://github.com/WebAssembly/binaryen/archive/version_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=53f01137c3c420e691f4e7fc781896c24eb4da2bc064a5c8a7495d073c3740e2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+"
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_TESTS=OFF
-DBYN_ENABLE_LTO=ON
"