# -*- 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.0 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  77f0db7d5e62fba32b4197a2e4d924c34bc3525d \
                        sha256  fefa8e8f011cfc02c86fb9d7178f3d1819eb99ef107aeab877ea550e184b655c \
                        size    9867

go.vendors          golang.org/x/sys \
                        lock    v0.5.0 \
                        rmd160  36adb4fe0fa6365d24736bde06750f8f272769a8 \
                        sha256  4f36d34b34167dde799a2a865701f0d8a2f61c812dcb45d2cba6e3fd86e82d91 \
                        size    1430348 \
                    github.com/pkg/browser \
                        lock    681adbf594b8 \
                        rmd160  6d211acd4f37ae899dae545ba071fff93c6b5200 \
                        sha256  594f7449bb2449a8959406bb5c2eea242a8ee9ad084abc3846c8ea6dc298a64a \
                        size    3676 \
                    github.com/kylelemons/godebug \
                        lock    v1.1.0 \
                        rmd160  917ada648e70d2e339b8ff36d2f86882d0d2efa1 \
                        sha256  6151c487936ab72cffbf804626228083c9b3abfc908a2bb41b1160e1e5780aaf \
                        size    17641 \
                    github.com/google/uuid \
                        lock    v1.3.0 \
                        rmd160  300ea34c54ab7ce9d2a4bbd84a4fb49f11db02f8 \
                        sha256  ef8b7d74d99c8abd9706909eb3bbd063460d1970fbf62619599b78092b8687db \
                        size    16215 \
                    github.com/golang-jwt/jwt \
                        lock    v5.0.0 \
                        rmd160  edaf32668493eef7d9f57ce8ccb3d162ffa0f90c \
                        sha256  0cac6b69e1e4c6998fdb1fc549e60ba19bc87019f1b260b2881fa25e0a60fbf1 \
                        size    60319 \
                    github.com/AzureAD/microsoft-authentication-library-for-go \
                        lock    v1.2.2 \
                        rmd160  532ae5373649f1c54e92110b3fc436a7eba54191 \
                        sha256  79408172e7a51c553fa93ba68dd21fdfeba9808e3bd477e3a55fedb859232df6 \
                        size    151386
