mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
930 B
Tcl
29 lines
930 B
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/noahgorstein/jqp 0.8.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description A TUI playground to experiment with jq
|
|
|
|
long_description \
|
|
{*}${description}. This application utilizes an implementation of jq \
|
|
written in Go, gojq.
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 ecfe50bd86690b89a93193c332edb950a917f909 \
|
|
sha256 c70e83975edb1c1dacb0fb067a0685e9632e21360805ade3dda03e54751e4855 \
|
|
size 35976
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|