aboutsummaryrefslogtreecommitdiff
path: root/textproc/jqp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jqp/Makefile')
-rw-r--r--textproc/jqp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/jqp/Makefile b/textproc/jqp/Makefile
new file mode 100644
index 000000000000..a544d68a2475
--- /dev/null
+++ b/textproc/jqp/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= jqp
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.6.0
+PORTREVISION= 1
+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:modules
+
+GO_MODULE= github.com/noahgorstein/jqp
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>