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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup thoughtbot pick 1.1.1 v |
---|
8 | maintainers chunyang openmaintainer |
---|
9 | categories devel |
---|
10 | license MIT |
---|
11 | description Command-line tool to fuzzy select anything |
---|
12 | long_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 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | github.tarball_from releases |
---|
19 | distname ${name}-${version} |
---|
20 | |
---|
21 | checksums rmd160 d90f72686289c27be367ce5b170c17f0a7fb80e6 \ |
---|
22 | sha256 2d2707d9fb6d9f8b3afffc0f02f81e7b6a02cf7823127e10b1c952adee42a306 |
---|
23 | |
---|
24 | depends_lib port:ncurses |
---|