mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: saml2aws-2.16.0
This commit is contained in:
parent
af3dbc5805
commit
1829d67e78
1 changed files with 25 additions and 0 deletions
25
srcpkgs/saml2aws/template
Normal file
25
srcpkgs/saml2aws/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'saml2aws'
|
||||||
|
pkgname=saml2aws
|
||||||
|
version=2.16.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/Versent/saml2aws
|
||||||
|
go_package="$go_import_path/cmd/saml2aws"
|
||||||
|
hostmakedepends="git dep"
|
||||||
|
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=a453282699686dcb9cb1d854a3eb44e34a924fcdc682e9f1fc75edf3a8439245
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cd $GOSRCPATH
|
||||||
|
dep ensure
|
||||||
|
cd $wrksrc
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue