# -*- 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/cloudentity/oauth2c 1.17.2 v
go.offline_build    no
revision            0

description         User-friendly CLI for OAuth2

long_description    ${name} is a command-line tool that simplifies the \
                    process of experimenting with different grant types and \
                    client authentication methods for OAuth 2.0.

categories          security www
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  49398e3572c1692cd04d93e6a93b7db8cd381497 \
                    sha256  22c3044011b0d7adff925b4c6266e78f5ebcd7eb1065b5c9239b5c995a9c89b9 \
                    size    50270

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