20 lines
610 B
Bash
20 lines
610 B
Bash
# Template file for 'saml2aws'
|
|
pkgname=saml2aws
|
|
version=2.28.2
|
|
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=d20f1f8b82b3621dccab216ab763058fd28762836dae6cf650cf9e08b41120ac
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|