22 lines
713 B
Bash
22 lines
713 B
Bash
# Template file for 'aws-vault'
|
|
pkgname=aws-vault
|
|
version=6.3.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/99designs/aws-vault/v6
|
|
go_ldflags="-X main.Version=${version}"
|
|
short_desc="Vault for securely storing and accessing AWS credentials"
|
|
maintainer="klardotsh <josh@klar.sh>"
|
|
license="MIT"
|
|
homepage="https://github.com/99designs/aws-vault"
|
|
distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz"
|
|
checksum=433df90b7ed1cf1ec08aa75a4f1f993edfe5fa3fecfff5519574613ab0ab4630
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
|
|
vcompletion contrib/completions/zsh/aws-vault.zsh zsh
|
|
vcompletion contrib/completions/bash/aws-vault.bash bash
|
|
vcompletion contrib/completions/fish/aws-vault.fish fish
|
|
}
|