void-packages/srcpkgs/saml2aws/template
2020-01-13 13:23:35 +01:00

21 lines
702 B
Bash

# Template file for 'saml2aws'
pkgname=saml2aws
version=2.20.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=7322a8681aa8ebd2a3a2fc7767f9f54cffc834e705945e9c926b42276dd6b617
broken="cannot use buf.Sysname (type [65]uint8) as type [65]int8 in argument to charsToString"
post_install() {
vlicense LICENSE.md
}