Files
ports/misc/json-tui/Makefile
T
2025-08-23 10:48:00 -07:00

25 lines
489 B
Makefile

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>