mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
textproc/jqp: New port: TUI playground to experiment with jq
This commit is contained in:
parent
d0caf00dd5
commit
43aef7e44a
@ -345,6 +345,7 @@
|
||||
SUBDIR += jo
|
||||
SUBDIR += jq
|
||||
SUBDIR += jql
|
||||
SUBDIR += jqp
|
||||
SUBDIR += jrefentry
|
||||
SUBDIR += jshon
|
||||
SUBDIR += json-yaml
|
||||
|
19
textproc/jqp/Makefile
Normal file
19
textproc/jqp/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= jqp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0
|
||||
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>
|
5
textproc/jqp/distinfo
Normal file
5
textproc/jqp/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
TIMESTAMP = 1714945297
|
||||
SHA256 (go/textproc_jqp/jqp-v0.6.0/v0.6.0.mod) = 784fbb08e56f26d3863b2f7de01357e0e29f2b7684363af7615e822de38d88b7
|
||||
SIZE (go/textproc_jqp/jqp-v0.6.0/v0.6.0.mod) = 1909
|
||||
SHA256 (go/textproc_jqp/jqp-v0.6.0/v0.6.0.zip) = eaebbf642c5e3154b5fcb836da45ebf79d418eff1eb45a55e3e20b0104ac7e16
|
||||
SIZE (go/textproc_jqp/jqp-v0.6.0/v0.6.0.zip) = 46097
|
3
textproc/jqp/pkg-descr
Normal file
3
textproc/jqp/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
jqp is a TUI playground for exploring jq.
|
||||
|
||||
This application utilizes the implementation of jq written in Go, gojq.
|
Loading…
Reference in New Issue
Block a user