# -*- 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.3 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  614bc2e32419152f8c76906dfe035f96ee46aad5 \
                    sha256  f50f4e9c56dff67d3682216950db164fc6caaa1418049c59b42bf5e65d31d04f \
                    size    16366086

build.args-append   -o ./spf

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