mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 05:10:51 +00:00
13 lines
586 B
Bash
13 lines
586 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.32.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/rui314/mold/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=f3c9a527d884c635834fe7d79b3de959b00783bf9446280ea274d996f0335825
|
|
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
|