void-packages/srcpkgs/aws-vault/template

22 lines
793 B
Bash
Raw Normal View History

2020-01-09 08:35:40 +00:00
# Template file for 'aws-vault'
pkgname=aws-vault
2020-05-05 00:40:49 +00:00
version=5.4.3
2020-03-23 09:38:16 +00:00
revision=1
2020-01-09 08:35:40 +00:00
build_style=go
go_import_path=github.com/99designs/aws-vault
2020-05-05 00:40:49 +00:00
go_ldflags="-X \"main.Version=${version}\" -s -w"
2020-01-09 08:35:40 +00:00
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}${_status}.tar.gz"
2020-05-05 00:40:49 +00:00
checksum=2174413fd5ea7eb2f7ee0bbc393667a1044800e108ab6b8300331ec15d9ed01a
2020-01-09 08:35:40 +00:00
post_install() {
vlicense LICENSE
vinstall completions/zsh/_aws-vault 0644 usr/share/zsh/site-functions
vinstall completions/bash/aws-vault 0644 usr/share/bash-completion/completions
vinstall completions/fish/aws-vault.fish 0644 usr/share/fish/vendor_completions.d
2020-01-09 08:35:40 +00:00
}