void-packages/srcpkgs/aws-vault/template

22 lines
713 B
Bash

# Template file for 'aws-vault'
pkgname=aws-vault
version=7.2.0
revision=3
build_style=go
go_import_path=github.com/99designs/aws-vault/v7
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=3f2f1d0ec06eb0873f9b96b59dc70f9fcc832dc97b927af3dbab6cdc87477b0e
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
}