2022-07-12 11:15:51 +00:00
|
|
|
# Contributor: Stefan Reimer <stefan@zero-downtime.net>
|
|
|
|
# Maintainer: Stefan Reimer <stefan@zero-downtime.net>
|
|
|
|
pkgname=aws-iam-authenticator
|
2024-03-12 15:18:42 +00:00
|
|
|
pkgver=0.6.11
|
2022-07-12 11:15:51 +00:00
|
|
|
pkgrel=0
|
|
|
|
pkgdesc="AWS aws-iam-authenticator"
|
|
|
|
url="https://github.com/kubernetes-sigs/aws-iam-authenticator"
|
|
|
|
arch="x86_64 aarch64 armv7 x86"
|
|
|
|
license="Apache-2.0"
|
|
|
|
makedepends="go bash"
|
|
|
|
options="!check chmod-clean"
|
|
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/kubernetes-sigs/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
make bin
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 "$builddir/_output/bin/aws-iam-authenticator" "$pkgdir"/usr/bin/aws-iam-authenticator
|
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="
|
2024-03-12 15:18:42 +00:00
|
|
|
6d78fbe95d6e36a7a3835b4df257e96fff3ab53fe4abd8ef525c24aebaf8727e2a6016107024bebe031b2e24295172190407ca892d1b3478329c62cdd9fe553f aws-iam-authenticator-0.6.11.tar.gz
|
2022-07-12 11:15:51 +00:00
|
|
|
"
|