mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
968 B
Tcl
32 lines
968 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/hedhyw/json-log-viewer 1.6.0 v
|
|
go.offline_build no
|
|
name jlv
|
|
revision 0
|
|
|
|
description Interactive viewer for JSON logs.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 42bc814d64e3ee48b7629fb5bac50c6af604ed93 \
|
|
sha256 5136470f8f43d35e23d78b8660f06a1f800a86078680ba2774e86fc05103f2ec \
|
|
size 582273
|
|
|
|
build.cmd make
|
|
build.pre_args VERSION=v${version}
|
|
build.args build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
}
|