# -*- 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/jesseduffield/horcrux 0.3 v
revision            0

description         Split your file into encrypted fragments so that you \
                    don't need to remember a passcode

long_description    {*}${description}

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

checksums           rmd160  8c95b078497286cb9879f267a471e817dc197d00 \
                    sha256  78e559f79b3575d2cb13d176547185838a94a531423c915e41276f73924d3741 \
                    size    14980

# Allow Go to fetch deps at build time
go.offline_build no

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