mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
packages/git-delta
This commit is contained in:
23
packages/git-delta/build.sh
Normal file
23
packages/git-delta/build.sh
Normal file
@@ -0,0 +1,23 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/dandavison/delta
|
||||
TERMUX_PKG_DESCRIPTION="A syntax-highlighter for git and diff output"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.11.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/dandavison/delta/archive/${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=55e6aa28869247a7fca7aa9229ea2ebeae75e79becb22988e645301778f7388b
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="git"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
rm -f Makefile release.Makefile
|
||||
export CC_x86_64_unknown_linux_gnu=gcc
|
||||
export CFLAGS_x86_64_unknown_linux_gnu="-O2"
|
||||
}
|
||||
|
||||
termux_step_post_make_install() {
|
||||
install -Dm700 -t "$TERMUX_PREFIX"/bin \
|
||||
"$TERMUX_PKG_SRCDIR/target/$CARGO_TARGET_NAME"/release/delta
|
||||
install -Dm600 "$TERMUX_PKG_SRCDIR"/etc/completion/completion.bash \
|
||||
"$TERMUX_PREFIX"/share/bash-completion/completions/delta
|
||||
}
|
||||
Reference in New Issue
Block a user