# -*- 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/orangekame3/stree 0.0.12 v go.offline_build no github.tarball_from archive revision 0 description List the directory trees of an AWS S3 Bucket long_description \ ${name} is a CLI tool designed to visualize the directory tree structure \ of an S3 bucket. By inputting an S3 bucket/prefix and utilizing various \ flags to customize your request, you can obtain a colorized or \ non-colorized directory tree right in your terminal. categories net installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 0ad58d878f2a4e33e211e2578729e518fc1171dc \ sha256 8dd6695a26aa95908d1a4e6d1afcd9d2ca879734678f511e26ac7f3c217581cd \ size 377981 build.pre_args-append \ -ldflags \"-X main.version=${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }