summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60bfc2555ea8a5ef69b73c389bc25d87f62d38f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Brad Erhart <brae dot 04 plus aur at gmail dot com>

pkgname=saml2aws-bin
_pkgname="${pkgname%-bin}"
pkgver=2.28.2
pkgrel=1
pkgdesc='CLI tool to login and retrieve AWS temporary credentials using a SAML IDP'
arch=('x86_64')
_goos='linux'
_goarch='amd64'
url='https://github.com/Versent/saml2aws'
license=('MIT')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/versent/$_pkgname/releases/download/v$pkgver/saml2aws_${pkgver}_${_goos}_${_goarch}.tar.gz")
sha256sums=(d59a2359ecebcf4d47041c0da5a02ee66d84198342b2bc56729b679ef7148206)

package() {
	install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"
}