summaryrefslogtreecommitdiff
path: root/misc/json-tui/Makefile
blob: ff376db0d7ff5a5573508f0dd4c9033f8508ad68 (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
PORTNAME=	json-tui
DISTVERSIONPREFIX=	v
DISTVERSION=	1.4.1
CATEGORIES=	misc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	JSON terminal UI made in C++
WWW=		https://github.com/ArthurSonzogni/json-tui

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	args>0:devel/args \
		nlohmann-json>0:devel/nlohmann-json
LIB_DEPENDS=	libftxui-component.so:devel/ftxui

USES=		cmake compiler:c++20-lang

USE_GITHUB=	yes
GH_ACCOUNT=	ArthurSonzogni

PLIST_FILES=	bin/json-tui

.include <bsd.port.mk>