# -*- 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.24.1 v set git-commit be05115 # This line is for displaying commit in CLI only revision 0 checksums rmd160 4d6edbf2489582e8dad18b313bb1fbe40be91284 \ sha256 f54197d333a28e658d2eb4d9b22461ae73721ec9e4106ba23ed177fc530c21f4 \ size 12548859 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=${git-commit}' \ -X 'main.buildSource=MacPorts' \ -X 'main.date=not set' \ \" -o ./${name} . destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }