pkgsrc/sysutils/nnn/Makefile
bsiegert 5a810f5ad6 Update nnn to 2.2.
From Sijmen Mulder via email to tech-pkg.

Upstream changes:
- (neo)vim plugin nnn.vim
- macOS fixes
   - Fix issues with file copy, move, remove
   - Handle Del in rename prompt
   - Pass correct file option to identify mime
- Support selection across directories and contexts
- Offer option force before file remove
- Keys Tab, ^I to go to next active context
- Per-context directory color specified by $NNN_CONTEXT_COLORS
   - Option -c is removed
- Option -C to disable colors
- Choose script to run from a script directory
- Run a command (or launch an application)
- Run file as executable (key C)
- Documentation on lftp integration for remote file transfers
- Support a combined set of arguments to $EDITOR, $PAGER and $SHELL
- Handle > 2 GB files on 32-bit ARM
- Env var $DISABLE_FILE_OPEN_ON_NAV to disable file open on Right or l
- NUL-terminated file paths in selection list instead of LF
- Better support for Termux and Cygwin environments
- Remapped keys
   - ^I - go to next active context
   - ^T - toggle navigate-as-you-type
2019-01-05 19:33:24 +00:00

22 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/01/05 19:33:24 bsiegert Exp $
DISTNAME= nnn-2.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ik@sjmulder.nl
HOMEPAGE= https://github.com/jarun/nnn/
COMMENT= Optimized, feature-packed terminal file manager
LICENSE= 2-clause-bsd
USE_TOOLS+= gmake pkg-config
USE_CURSES= wide
MAKE_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR}
MAKE_ENV+= CFLAGS_OPTIMIZATION=
MAKE_ENV+= CFLAGS_CURSES=${BUILDLINK_CFLAGS.curses:Q}
MAKE_ENV+= LDLIBS_CURSES=${BUILDLINK_LDADD.curses:Q}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"