# -*- 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/jesseduffield/lazydocker 0.20.0 v github.tarball_from archive revision 0 checksums rmd160 e80173d7897033ff37b5a636104b3b1f6f4f3793 \ sha256 570ce8127b148bc99c2faa1d4a3530504e81d531d3546dd1f29a7258c4d9d9ea \ size 13025402 categories devel installs_libs no license MIT maintainers {@NicolaiSkye icloud.com:nicolaiskye} openmaintainer description The lazy way to manage everything docker long_description A simple terminal UI for both docker and docker-compose, \ written in Go with the gocui library build.args-append -ldflags=\" \ -X 'main.version=${github.tag_prefix}${version}' \ -X 'main.commit=unknown' \ -X 'main.buildSource=MacPorts' \ \" -o ./lazydocker . destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }