void-packages/srcpkgs/saml2aws/template
2020-04-28 15:30:16 +02:00

21 lines
607 B
Bash

# Template file for 'saml2aws'
pkgname=saml2aws
version=2.26.0
revision=1
build_style=go
go_import_path=github.com/Versent/saml2aws
go_package="$go_import_path/cmd/saml2aws"
go_ldflags="-X main.Version=${version}"
hostmakedepends="git"
depends="aws-cli"
short_desc="Get AWS temporary credentials from SAML provider"
maintainer="Mate GABRI <iam@theguy.io>"
license="MIT"
homepage="https://github.com/Versent/saml2aws"
distfiles="https://github.com/Versent/saml2aws/archive/v${version}.tar.gz"
checksum=879e9b709e4e1afd56ca49113177ae0debd6d69eff17c0302ccdbd7ddf32584c
post_install() {
vlicense LICENSE.md
}