vp-build/srcpkgs/saml2aws/template

20 lines
588 B
Bash

# Template file for 'saml2aws'
pkgname=saml2aws
version=2.33.0
revision=1
build_style=go
go_import_path=github.com/versent/saml2aws/v2
go_package="$go_import_path/cmd/saml2aws"
go_ldflags="-X main.Version=${version}"
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=b4f158d27b0572830160819286a7d753cc16ce0f6c6316565df2f6e3dfeddcc7
post_install() {
vlicense LICENSE.md
}