You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 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/TomWright/dasel 3.11.2 v
|
|
go.package github.com/tomwright/dasel
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
homepage https://daseldocs.tomwright.me
|
|
|
|
description Query and update JSON, TOML, YAML and XML from the \
|
|
command line.
|
|
|
|
long_description Dasel (short for data-selector) allows you to query and \
|
|
modify data structures using selector strings. \
|
|
Comparable to jq / yq, but supports JSON, YAML, TOML and \
|
|
XML with zero runtime dependencies.
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 5c2faa7b7fbed44ec1faf3fbe7f6e0290d8282ae \
|
|
sha256 5471fe33b28c98efed2b1a13431ed24097785f56a24dc9fb15e37b1e266446e1 \
|
|
size 3180667
|
|
|
|
build.pre_args-append \
|
|
-ldflags \" \
|
|
-X \'${go.package}/v3/internal.Version=${github.tag_prefix}${version}\'\"
|
|
|
|
build.args ./cmd/dasel
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|