28 lines
790 B
Makefile
28 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/12/03 00:33:07 maya Exp $
|
|
|
|
DISTNAME= fzf-0.17.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/junegunn/fzf/
|
|
COMMENT= Command-line fuzzy finder
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= bash:run
|
|
|
|
GO_DIST_BASE= ${DISTNAME}
|
|
GO_SRCPATH= github.com/junegunn/fzf
|
|
|
|
REPLACE_BASH+= bin/fzf-tmux
|
|
REPLACE_BASH+= install
|
|
REPLACE_BASH+= uninstall
|
|
|
|
CHECK_INTERPRETER_SKIP+= gopkg/src/github.com/junegunn/fzf/src/update_assets.rb
|
|
|
|
.include "../../devel/go-isatty/buildlink3.mk"
|
|
.include "../../devel/go-shellwords/buildlink3.mk"
|
|
.include "../../textproc/go-runewidth/buildlink3.mk"
|
|
.include "../../security/go-crypto/buildlink3.mk"
|
|
.include "../../lang/go/go-package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|