mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
saml2aws: update to 2.18.0
This commit is contained in:
parent
a15f4c276d
commit
c20c474288
1 changed files with 4 additions and 9 deletions
|
@ -1,24 +1,19 @@
|
||||||
# Template file for 'saml2aws'
|
# Template file for 'saml2aws'
|
||||||
pkgname=saml2aws
|
pkgname=saml2aws
|
||||||
version=2.17.0
|
version=2.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/Versent/saml2aws
|
go_import_path=github.com/Versent/saml2aws
|
||||||
go_package="$go_import_path/cmd/saml2aws"
|
go_package="$go_import_path/cmd/saml2aws"
|
||||||
hostmakedepends="git dep"
|
go_ldflags="-X main.Version=${version}"
|
||||||
|
hostmakedepends="git"
|
||||||
depends="aws-cli"
|
depends="aws-cli"
|
||||||
short_desc="Get AWS temporary credentials from SAML provider"
|
short_desc="Get AWS temporary credentials from SAML provider"
|
||||||
maintainer="Mate GABRI <iam@theguy.io>"
|
maintainer="Mate GABRI <iam@theguy.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Versent/saml2aws"
|
homepage="https://github.com/Versent/saml2aws"
|
||||||
distfiles="https://github.com/Versent/saml2aws/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Versent/saml2aws/archive/v${version}.tar.gz"
|
||||||
checksum=fd7a1eeff96af1c78b68bcd1473965016cc078b4e50963d39fd69ad4311e7094
|
checksum=cf3b1983ca8a9267b04a0f0a760017749f7e99d7379997ab3623bec70c4a4698
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
cd $wrksrc
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue