# -*- 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           makefile 1.0
PortGroup           github 1.0

github.setup        jhawthorn fzy 1.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          devel
license             MIT
maintainers         nomaintainer

description         A better fuzzy finder
long_description    fzy tries to find the result the user intended. It does \
                    this by favouring matches on consecutive letters and \
                    starts of words. This allows matching using acronyms or \
                    different parts of the path.

checksums           rmd160  2ede1ebddd76596fbc49d4b57c9843ad8e192a89 \
                    sha256  e27f6f65ced83615b95885f85f18af64a86810c98c457acc456a2cffdf0a7809 \
                    size    47458

test.run            yes
