mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/JFryy/qq 0.3.3 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description \
|
|
jq inspired \(and gojq dependent\) interoperable config format transcoder \
|
|
with interactive querying.
|
|
|
|
long_description \
|
|
qq is a interoperable configuration format transcoder with jq query \
|
|
syntax powered by gojq. qq is multi modal, and can be used as a \
|
|
replacement for jq or be interacted with via a repl with autocomplete and \
|
|
realtime rendering preview for building queries.
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 078170d07c27315b96d574b327d5e8c9eb042ec4 \
|
|
sha256 ea705de059cd7b2af7fadbf5c812d5928dcf0f17209045cc6e062e9623915c9b \
|
|
size 2103503
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|