bat: remove uncessary LIBGIT2_SYS_USE_PKG_CONFIG (#6229)

This commit is contained in:
Kid 2021-01-07 13:39:43 +08:00 committed by GitHub
parent e9eafb7b4e
commit 2e0d58da47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.17.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=16d39414e8a3b80d890cfdbca6c0e6ff280058397f4a3066c37e0998985d87c4
# bat calls less with '--RAW-CONTROL-CHARS' which busybox less does not support:
@ -14,7 +15,6 @@ termux_step_pre_configure() {
# See https://github.com/nagisa/rust_libloading/issues/54
export CC_x86_64_unknown_linux_gnu=gcc
export CFLAGS_x86_64_unknown_linux_gnu=""
export LIBGIT2_SYS_USE_PKG_CONFIG=1
}
termux_step_post_make_install() {