mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
14 lines
603 B
Bash
14 lines
603 B
Bash
TERMUX_PKG_HOMEPAGE="https://github.com/Wilfred/difftastic"
|
|
TERMUX_PKG_DESCRIPTION="difft: A structural diff that understands syntax"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_LICENSE_FILE="LICENSE"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.60.0"
|
|
TERMUX_PKG_SRCURL="https://github.com/Wilfred/difftastic/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=4346b269240f3beff153758d0a2313accc79645ee21b36cfcc71ac0fca5d9b5d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
# needed for MIME database (optional in upstream)
|
|
TERMUX_PKG_RECOMMENDS="file"
|