void-packages/srcpkgs/aws-vault/template
Nathan Owens 8fedc4a364 aws-vault: update to 6.2.0
Change shell completions install method to new
2020-12-10 21:24:13 +01:00

22 lines
720 B
Bash

# Template file for 'aws-vault'
pkgname=aws-vault
version=6.2.0
revision=1
build_style=go
go_import_path=github.com/99designs/aws-vault
go_ldflags="-X \"main.Version=${version}\" -s -w"
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=39886f4bc3985d4aefbae6fc88532499ac2c39cbabc33d860bba6d355158e17d
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
}