mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
987 B
Tcl
32 lines
987 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/antonmedv/fx 39.2.0
|
|
go.offline_build no
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
homepage https://fx.wtf
|
|
|
|
categories sysutils textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {@sikmir disroot.org:sikmir} \
|
|
{gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description Terminal JSON viewer & processor
|
|
long_description {*}${description}
|
|
|
|
conflicts felix
|
|
|
|
checksums rmd160 8f9da62f69e8d476d2bef27363874a8d3518ac90 \
|
|
sha256 cdb98177f956615c961bc615fab0b30e73167295152d4f2d4cb70b16cdf47d6e \
|
|
size 2709811
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|