Files
termux-packages/packages/vifm/build.sh
termux-pacman-bot 4819a9e083 bump(main/vifm): 0.14.3
This commit has been automatically submitted by Github Actions.
2025-06-04 18:45:04 +00:00

14 lines
471 B
Bash

TERMUX_PKG_HOMEPAGE=https://vifm.info/
TERMUX_PKG_DESCRIPTION="File manager with vi like keybindings"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.14.3"
TERMUX_PKG_SRCURL=https://github.com/vifm/vifm/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9e21e69f0bfa00a470c01f4b83e011af6a4e69626237a8d12afc0d79a7819be8
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ncurses, file"
termux_step_pre_configure() {
autoreconf -if
}