# -*- 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/nats-io/nsc 2.11.0 v
go.offline_build    no
revision            0
categories          security
maintainers         nomaintainer
license             Apache-2

description         A tool for creating NATS account and user access configurations

long_description    NSC enables you to create and edit Operators, Accounts, Users, \
                    manage publish and subscribe permissions for Users, define Service \
                    and Stream exports from an account, reference Services and Streams \
                    from another account, and generate Activation tokens that grant \
                    access to private services or streams.

checksums           rmd160  3d862b95be4a37cf87d35b09446becbbb4b0e220 \
                    sha256  142e5c57445e2dda6072464303e9e3ef4d6745d66b517690326cfcd24ad5567f \
                    size    267214

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