# Maintainer: M Hickford pkgname=git-credential-azure pkgver=0.2.1 pkgrel=0 pkgdesc="Git credential helper that authenticates to Azure Repos (dev.azure.com)" url="https://github.com/hickford/git-credential-azure" arch="all" license="Apache-2.0" makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/hickford/git-credential-azure/archive/v$pkgver.tar.gz" export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" export GOTMPDIR="${GOTMPDIR:-"$srcdir"}" export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}" build() { go build -v } check() { go test ./... } package() { install -Dm755 git-credential-azure -t "$pkgdir"/usr/bin/ } sha512sums=" 5f08431c60d6221958e39c6f9b8220bbc298b0385dcfae1bed841e6490056c445d61a1d6d9b83d6d1ace91fa57daccd2acc76c731eb2a36b2039a1b2960bac60 git-credential-azure-0.2.1.tar.gz "