# -*- 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               codeberg    1.0
PortGroup               cmake       1.1

codeberg.setup          akselmo mdtree 1.0.0
name                    mdtree-cpp
revision                0

description             \
    Simple tree cli program, but prints it in Markdown instead, as nested list

long_description        {*}${description}

categories              textproc
license                 GPL-3
maintainers             {gmail.com:herby.gillot @herbygillot} \
                        openmaintainer

checksums               rmd160  ff46617b435a0a67826d9652e6bf8916fdd9c60f \
                        sha256  56e11a317ef40c4859bf765e50f050fec7039a9ca3059d3b3fdf98428f30b79d \
                        size    13386

compiler.cxx_standard   2020

destroot {
    xinstall -m 0755 ${cmake.build_dir}/mdtree ${destroot}${prefix}/bin/${name}
}
