# -*- 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/caarlos0/mdtree 0.1.1 v
go.offline_build    no
go.toolchain_min    1.22.5
revision            0

description         Convert markdown lists into ASCII trees
long_description    {*}${description}

categories          textproc
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  60efb847e4c38d584032314d0029935fd43d360f \
                    sha256  498260edd5b1f95b454c50a713146cc7c16a555fbab230ba5dfe73314acfdfc5 \
                    size    5349

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
