void-packages/srcpkgs/saml2aws/template
2021-08-03 00:26:53 -03:00

20 lines
610 B
Bash

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