void-packages/srcpkgs/aws-vault/template
2020-03-28 10:00:18 +01:00

21 lines
743 B
Bash

# Template file for 'aws-vault'
pkgname=aws-vault
version=5.3.2
revision=1
build_style=go
go_import_path=github.com/99designs/aws-vault
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"
checksum=6bca7d1bebf02e72714bfbfa162cbb38a33a48e4ea64dc2829626ff68a407a6a
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
}