# -*- 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/yorukot/superfile 1.3.2 v
go.offline_build    no
revision            0

description         Pretty fancy and modern terminal file manager
long_description    {*}${description}

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

checksums           rmd160  4dcf7da8c21266eddc2f425855d812a10477ddf9 \
                    sha256  372fb9b6f617d64d6dc44bc3becef45c4f804d49374bbbff27c8a0c65fba6955 \
                    size    16363697

build.args-append   -o ./spf

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