# -*- 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.2 v
set git-commit      4137d21
# This line is for displaying commit in CLI only
revision            0

checksums           rmd160  76f92eeb2342bd6d84f88745c1fadbf137679d32 \
                    sha256  2a8421f7c72b0a08b50f95af0994cef8c21cc16173fef23011849e50831ae33c \
                    size    13225594

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