# -*- 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           github 1.0
PortGroup           cargo 1.0

github.setup        jez as-tree 0.12.0
revision            0

description         Print a list of paths as a tree of paths

long_description    {*}${description}. This tool is particularly useful when \
                    used with find or fd to produce such a list of files. \
                    It's similar in spirit to tree, but find and fd tend to \
                    be more powerful when it comes to controlling which files \
                    to list.

categories          sysutils
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
# Blue Oak Model License (?)
license             permissive

checksums           ${distname}${extract.suffix} \
                    rmd160  7be675a602f631d7e26b9026cd4808a15bba6982 \
                    sha256  2af03a2b200041ac5c7a20aa1cea0dcc21fb83ac9fe9a1cd63cb02adab299456 \
                    size    131880

github.tarball_from archive

patchfiles          patch-Cargo.lock.diff

destroot {
    xinstall -m 755 \
        ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
        ${destroot}${prefix}/bin/
}

cargo.crates \
    ansi_term                       0.12.1  d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 \
    atty                            0.2.14  d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 \
    hermit-abi                      0.1.12  61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4 \
    libc                            0.2.70  3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f \
    lscolors                         0.7.0  1f77452267149eac960ded529fe5f5460ddf792845a1d71b5d0cfcee5642e47e \
    winapi                           0.3.8  8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 \
    winapi-i686-pc-windows-gnu       0.4.0  ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \
    winapi-x86_64-pc-windows-gnu     0.4.0  712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
