mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
30 lines
962 B
Tcl
30 lines
962 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/multiprocessio/dsq 0.23.0 v
|
|
revision 0
|
|
|
|
description Commandline tool for running SQL queries against JSON, \
|
|
CSV, Excel, Parquet, and more.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 dd20068ab1f6a2450432e3d7232a29374293a16d \
|
|
sha256 02c923f9089399bf66809bedcb3fec27022f11829e0ed2ac9c7ff87f72e85d8d \
|
|
size 27646612
|
|
|
|
# Allow Go to fetch deps during build
|
|
go.offline_build no
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|