Files
ports/sysutils/nvimpager/Makefile
T
Laurent Chardon 698ddfeb8e sysutils/nvimpager: Update to 0.14.0
Changelog:
https://github.com/lucc/nvimpager/releases/tag/v0.14.0

Reviewed by:	thierry (mentor)
Approved by:	thierry (mentor)
Differential Revision:	https://reviews.freebsd.org/D56278
2026-04-12 04:22:27 -04:00

26 lines
477 B
Makefile

PORTNAME= nvimpager
PORTVERSION= 0.14.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= adamw@FreeBSD.org
COMMENT= Use NeoVim as a pager, with full syntax highlighting
WWW= https://github.com/lucc/nvimpager
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= scdoc:textproc/scdoc
RUN_DEPENDS= bash:shells/bash \
nvim:editors/neovim
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= lucc
MAKEFILE= makefile
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>