2021-12-29 12:32:06 -05:00
|
|
|
# -*- 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
|
|
|
|
|
|
2023-05-17 02:47:12 -04:00
|
|
|
go.setup github.com/lucagrulla/cw 4.1.3 v
|
2021-12-29 12:32:06 -05:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
homepage https://www.lucagrulla.com/cw
|
|
|
|
|
|
|
|
|
|
description The best way to tail AWS CloudWatch Logs from your terminal
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
categories sysutils net
|
|
|
|
|
installs_libs no
|
2022-01-08 22:56:14 +11:00
|
|
|
license Apache-2
|
2021-12-29 12:32:06 -05:00
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
2023-05-17 02:47:12 -04:00
|
|
|
checksums rmd160 4050b5ddcb65cac5973d9069016bebc4298ebffb \
|
|
|
|
|
sha256 f7780a47ca0912d6d2d1f39dc59c65211eef8b189296813aabcffeda0585c9d2 \
|
|
|
|
|
size 109554
|
2021-12-29 12:32:06 -05:00
|
|
|
|
|
|
|
|
# Allow Go to fetch dependencies during build time
|
2023-08-10 13:41:21 -04:00
|
|
|
go.offline_build no
|
2021-12-29 12:32:06 -05:00
|
|
|
|
2023-05-17 02:47:12 -04:00
|
|
|
build.pre_args-append \
|
|
|
|
|
-ldflags \" -X main.version=${version} \"
|
|
|
|
|
|
2021-12-29 12:32:06 -05:00
|
|
|
destroot {
|
|
|
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
|
|
|
}
|