# -*- 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/hickford/git-credential-azure 0.3.1 v
revision            0

description         \
    ${name} is a Git credential helper that authenticates to Azure Repos \
    \(dev.azure.com\). Azure Repos is part of Azure DevOps.

long_description    {*}${description}

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

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

checksums           ${distname}${extract.suffix} \
                        rmd160  ceb7c9253783f16fdf373b3d601e3d856469ed08 \
                        sha256  1f3cd884d110e10ebd1e166f767df6da2981b51db3692a9fe33a53df83376bbf \
                        size    9920

go.vendors          golang.org/x/sys \
                        lock    v0.31.0 \
                        rmd160  9efc04dad397a752840a05dabbe4ac2ff03711e2 \
                        sha256  eba2a88050495f2504cf2c49316fedf848703e33ac6cd46393e5b6a43ac02536 \
                        size    1523498 \
                    github.com/pkg/browser \
                        lock    5ac0b6a4141c \
                        rmd160  b1563da62e45b67d244fa3ad5b5f9ffb8c4d5cc4 \
                        sha256  ead73606526115d58f0855c4a15c21f7a2ce2316478a9beacba460b46f7d33d9 \
                        size    3655 \
                    github.com/kylelemons/godebug \
                        lock    v1.1.0 \
                        rmd160  917ada648e70d2e339b8ff36d2f86882d0d2efa1 \
                        sha256  6151c487936ab72cffbf804626228083c9b3abfc908a2bb41b1160e1e5780aaf \
                        size    17641 \
                    github.com/google/uuid \
                        lock    v1.6.0 \
                        rmd160  3d4f6f95018c6313f7258805845eb2a7e717850c \
                        sha256  72700459e75cad2b36586e8a13aa12c2d6248c45db24d1eebf41e18b1ec1c811 \
                        size    20895 \
                    github.com/golang-jwt/jwt \
                        lock    v5.2.2 \
                        rmd160  3d16b2949a6799e478a39f5037fe3a8a5bb8a57c \
                        sha256  c52aa0c4754af668b4a01165db71facd30b4e143dc219a11f6c021885263f277 \
                        size    62063 \
                    github.com/AzureAD/microsoft-authentication-library-for-go \
                        lock    v1.4.1 \
                        rmd160  7fa74da278af835df67f8f54984b71a81e121435 \
                        sha256  f29ff600d7ab864c0383dd0a3787f4c1c81a4dde28b51c9bb80aa28e979dcbaf \
                        size    171011
