# Maintainer: Nenad Stojanovikj # Previous maintainer: David Stark pkgname=saml2aws pkgver=2.26.1 _build=${pkgver} pkgrel=0 pkgdesc="CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP" url="https://github.com/Versent/saml2aws" arch=("x86_64") license=("MIT") conflicts=() source_x86_64=("https://github.com/Versent/saml2aws/releases/download/v${pkgver}/saml2aws_${pkgver}_linux_amd64.tar.gz") md5sums_x86_64=("b49c2ef3dadfc69e9092fdbac841a4ad") package() { install -d ${pkgdir}/usr/bin install -Dm755 ${srcdir}/saml2aws ${pkgdir}/usr/bin/saml2aws }