navi: depends on fzf and git

This commit is contained in:
Leonid Pliushch 2021-08-17 21:13:25 +03:00
parent ec352dd663
commit bb665b28d1
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -3,8 +3,10 @@ TERMUX_PKG_DESCRIPTION="An interactive cheatsheet tool for the command-line"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.17.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/denisidoro/navi/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3402d4847720be4a930e29946bef592e6f4e270e8e0d4e3d8809f57a1d03e2d7
TERMUX_PKG_DEPENDS="fzf, git"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {