# -*- 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/peak/s5cmd 2.3.0 v
revision            0

description         Parallel S3 and local filesystem execution tool.

long_description    s5cmd is a very fast S3 and local filesystem execution tool. \
                    It comes with support for a multitude of operations including \
                    tab completion and wildcard support for files, which can be very \
                    handy for your object storage workflow while working with large number of files.

categories          net
installs_libs       no
license             MIT
maintainers         {gmail.com:smanojkarthick @manojkarthick} \
                    openmaintainer

checksums           rmd160  ff62d564a63405fb1f3e825d9b81f2f530af1424 \
                    sha256  6910763a7320010aa75fe9ef26f622e440c2bd6de41afdbfd64e78c158ca19d4 \
                    size    3985656

build.cmd           make
build.pre_args-append \
                    VERSION=${version} \
                    BUILD=""
build.args          build
build.env-delete    GO111MODULE=off

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

github.livecheck.regex {([0-9.]+)}
