mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
370d22609f
This commit has been automatically submitted by Github Actions.
13 lines
592 B
Bash
13 lines
592 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/rui314/mold
|
|
TERMUX_PKG_DESCRIPTION="mold: A Modern Linker"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.35.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/rui314/mold/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=2703f1c88c588523815886478950bcae1ef02190dc4787e0d120a293b1a46e3b
|
|
TERMUX_PKG_DEPENDS="libandroid-spawn, libc++, openssl, zlib, zstd"
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
|
|
# dont depend on system libtbb, xxhash
|
|
# https://github.com/rui314/mold/commit/add94b86266b40bc66789e26358675da9d603919#commitcomment-80494077
|