mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e916720716
with an interface pick allows users to choose one option from a set of choices using an interface with fuzzy search functionality. WWW: https://www.github.com/thoughtbot/pick PR: 198695 Submitted by: neel@neelc.org Approved by: bapt marino (implicit)
17 lines
356 B
Makefile
17 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pick
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Tool for choosing one option from a set of choices with an interface
|
|
|
|
LICENSE= MIT
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/pick man/man1/pick.1.gz
|
|
|
|
.include <bsd.port.mk>
|