Files
2026-02-28 04:07:59 -05:00

30 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/josephburnett/jd 2.5.0 v
go.offline_build no
revision 0
description JSON Diff and Patch
long_description \
{*}${description} ${name} is a commandline utility and Go library for \
diffing and patching JSON and YAML values. It supports a native jd format \
\(similar to unified format\) as well as JSON Merge Patch \(RFC 7386\) \
and a subset of JSON Patch \(RFC 6902\).
categories textproc
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 148fb91b3fdc461115b8ff5e66c2046ba822b4c3 \
sha256 f4d141122ad91d1e7628e9cfee95ca183113e144872cce61f6d3d56449efa19b \
size 2277190
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}