aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nvimpager/Makefile
blob: 4af78358b8469be4b252531de447ba5e7c358e6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	nvimpager
PORTVERSION=	0.12.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_BUILD=	yes
NO_ARCH=	yes

.include <bsd.port.mk>