# -*- 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

github.setup        mptre pick 4.0.0 v
maintainers         {mails.ucas.ac.cn:chenguokai17 @chenguokai} openmaintainer
categories          devel
license             MIT
description         Command-line tool to fuzzy select anything
long_description    The pick utility allows users to choose one option from \
                    a set of choices using an  interface with fuzzy search \
                    functionality.

platforms           darwin

github.tarball_from releases

checksums           rmd160  ca5883679edf6c6d0fb68c0a1a68fca845044c00 \
                    sha256  de768fd566fd4c7f7b630144c8120b779a61a8cd35898f0db42ba8af5131edca \
                    size    29786

depends_lib         port:ncurses

configure.env       PREFIX=${prefix} \
                    MANDIR=${prefix}/share/man
