25 lines
800 B
Plaintext
25 lines
800 B
Plaintext
|
# Contributor: Stefan Reimer <stefan@zero-downtime.net>
|
||
|
# Maintainer: Stefan Reimer <stefan@zero-downtime.net>
|
||
|
pkgname=aws-iam-authenticator
|
||
|
pkgver=0.5.9
|
||
|
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="
|
||
|
1e1750f2734faea5cae612debb8777891247f59c51ad98e4c466bc20925950b1b04dc407458cfb0db9c3d961d1d9d07639523619399c5037211e8e6f64794fca aws-iam-authenticator-0.5.9.tar.gz
|
||
|
"
|