below: Bump to 0.7.0

This commit is contained in:
Tee KOBAYASHI 2023-07-01 10:26:36 +09:00 committed by xtkoba
parent c9b7a88033
commit 3fba30761c
1 changed files with 6 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/facebookincubator/below
TERMUX_PKG_DESCRIPTION="An interactive tool to view and record historical system data"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.6.3
TERMUX_PKG_VERSION=0.7.0
TERMUX_PKG_SRCURL=https://github.com/facebookincubator/below/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a1b54744108dabc908c4d533ee2a4d029c6f21c48b6896e248e695b9e248e8ca
TERMUX_PKG_SHA256=76cd049ff2744c24171b5d05ce6536fc01dc3791486e437d4acec8a54d0b04b5
TERMUX_PKG_DEPENDS="libelf, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
@ -44,6 +44,10 @@ termux_step_pre_configure() {
for lib in lib{elf,z}.so; do
ln -sf $TERMUX_PREFIX/lib/${lib} $_CARGO_TARGET_LIBDIR/
done
if [ "$TERMUX_ON_DEVICE_BUILD" = "false" ]; then
export CLANG=/usr/bin/clang-15
fi
}
termux_step_make() {