# -*- 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.23.3 v
github.tarball_from archive
revision            0

checksums           rmd160  cd4c3ea868aee5fdb6476a1c94cff108674c6352 \
                    sha256  6ea52b69c3fb5cb371a01e55d1deeaf053b17fb240be069af577246c5169f4f1 \
                    size    12166368

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/
}