# -*- 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/meshbird/meshbird 2.3 v
# Delete this on next update to use golang PortGroup's default ('archive')
github.tarball_from tarball
revision            0

categories          net
license             Apache-2
maintainers         {judaew @judaew} openmaintainer

description         Distributed private networking.
long_description    Meshbird is open-source cloud-native multi-region \
                    multi-cloud distributed private networking.
homepage            https://meshbird.com

checksums           ${distname}${extract.suffix} \
                        rmd160  03ef08e0d1b2564187c59885596dc3892119e3f1 \
                        sha256  f5e4254658028c37fbecf9b6b5d5132c18b01cc788f7ef78fb243e420199c7d7 \
                        size    14612

go.vendors          github.com/songgao/water \
                        lock    6ad6edefb15c \
                        rmd160  b0fabbd9b55f314b8afda6f4119bb1f7eefa4485 \
                        sha256  fd6e99404970aaed4ddb132f5ed74c8e49372919312d7db8dff74b2cbc9216ea \
                        size    16343 \
                    github.com/golang/protobuf \
                        lock    v1.3.1 \
                        rmd160  801150957b99de8eef10cb8d5ea2a08b240f2cb5 \
                        sha256  a53c2c8c5c02311d2fa3bc6656614e20f9e5568b87c9f07702f083457e69f7d2 \
                        size    310935 \
                    github.com/alexflint/go-scalar \
                        lock    v1.0.0 \
                        rmd160  23d056790d334649d5027b149841524d92f0784e \
                        sha256  6ee7fabfd826b94427767c6beed3cb8f19e4ea36cf30072e033eac4b082d2791 \
                        size    51473 \
                    github.com/alexflint/go-arg \
                        lock    v1.0.0 \
                        rmd160  1970230f3dc34633bb51b58642e2ccfd13a42c03 \
                        sha256  82174393c988057f0e0531ca833786904dcf8defe545897024a2b43e3f7aea90 \
                        size    72074

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