PORTNAME=	jqp
DISTVERSIONPREFIX=	v
DISTVERSION=	0.7.0
PORTREVISION=	6
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	TUI playground to experiment with jq
WWW=		https://github.com/noahgorstein/jqp

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:1.22,modules

GO_MODULE=	github.com/noahgorstein/jqp

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>
