# -*- 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/mightymoud/sidekick 0.6.0 v
go.offline_build    no
revision            0

description         \
    Bare metal to production ready in mins\; your own fly server on your VPS.

long_description    \
    {*}${description} Sidekick helps you along all the steps of deployment on \
    your VPS. From basic setup to zero downtime deploys, we got you\!

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

checksums           rmd160  7d43494337a770940ddb9a593c6bebe0144ed82f \
                    sha256  daaa4bd9492c0fff8803ec48b5664b436a1eacd3b925528636668bdeb0a5e42d \
                    size    451194

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