void-packages/srcpkgs/saml2aws/template
2019-10-28 09:57:40 +01:00

20 lines
607 B
Bash

# Template file for 'saml2aws'
pkgname=saml2aws
version=2.18.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=cf3b1983ca8a9267b04a0f0a760017749f7e99d7379997ab3623bec70c4a4698
post_install() {
vlicense LICENSE.md
}