# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github          1.0
PortGroup           legacysupport   1.1

github.setup        vifm vifm 0.14.3 v
github.tarball_from archive
revision            0

homepage            https://vifm.info

description         ncurses based file manager with vi like keybindings

long_description    Vifm is a ncurses based file manager with vi like \
                    keybindings. If you use vi, vifm gives you complete \
                    keyboard control over your files without having to \
                    learn a new set of commands.

categories          sysutils
installs_libs       no
license             GPL-2+
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  065d5a9ebc6383816ee7fd3d0b7abd20b36548f7 \
                    sha256  9e21e69f0bfa00a470c01f4b83e011af6a4e69626237a8d12afc0d79a7819be8 \
                    size    2479414

depends_lib         port:libmagic \
                    port:ncurses

configure.args      --without-gtk \
                    --with-libmagic \
                    --without-X11

test.run            yes
test.target         check

github.livecheck.regex {([0-9.]+)}
