# -*- 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.1 v
github.tarball_from archive
revision            0
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  d778a207514c60d08eaa570016b2d5e6720bee9f \
                    sha256  93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e \
                    size    49070

test.run            yes
