forked from Lainports/freebsd-ports
22 lines
401 B
Makefile
22 lines
401 B
Makefile
PORTNAME= navi
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.23.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Interactive cheatsheet tool for the command-line
|
|
WWW= https://github.com/denisidoro/navi
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= fzf:textproc/fzf
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= denisidoro
|
|
|
|
PLIST_FILES= bin/navi
|
|
|
|
.include <bsd.port.mk>
|