Ticket #48032: Portfile-pick

File Portfile-pick, 883 bytes (added by xuchunyang (Chunyang Xu), 9 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        thoughtbot pick 1.1.1 v
8maintainers         chunyang openmaintainer
9categories          devel
10license             MIT
11description         Command-line tool to fuzzy select anything
12long_description    The pick utility allows users to choose one option from \
13                    a set of choices using an  interface with fuzzy search \
14                    functionality.
15
16platforms           darwin
17
18github.tarball_from releases
19distname            ${name}-${version}
20
21checksums           rmd160  d90f72686289c27be367ce5b170c17f0a7fb80e6 \
22                    sha256  2d2707d9fb6d9f8b3afffc0f02f81e7b6a02cf7823127e10b1c952adee42a306
23
24depends_lib         port:ncurses