Files
termux-packages/packages/mold/build.sh
termux-pacman-bot 5a70dead6d bump(main/mold): 2.0.0
This commit has been automatically submitted by Github Actions.
2023-07-26 18:30:59 +00:00

13 lines
589 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/rui314/mold
TERMUX_PKG_DESCRIPTION="mold: A Modern Linker"
TERMUX_PKG_LICENSE="AGPL-V3"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.0.0"
TERMUX_PKG_SRCURL=https://github.com/rui314/mold/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2ae8a22db09cbff626df74c945079fa29c1e5f60bbe02502dcf69191cf43527b
TERMUX_PKG_DEPENDS="libandroid-spawn, libc++, openssl, zlib"
TERMUX_PKG_AUTO_UPDATE=true
# dont depend on system libtbb, xxhash
# https://github.com/rui314/mold/commit/add94b86266b40bc66789e26358675da9d603919#commitcomment-80494077