mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 00:20:30 +00:00
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.34.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/rui314/mold/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=a8cf638045b4a4b2697d0bcc77fd96eae93d54d57ad3021bf03b0333a727a59d
|
|
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
|