mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: aws-vault-5.1.2
This commit is contained in:
parent
6b7c67dff5
commit
68de84885b
1 changed files with 20 additions and 0 deletions
20
srcpkgs/aws-vault/template
Normal file
20
srcpkgs/aws-vault/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'aws-vault'
|
||||||
|
pkgname=aws-vault
|
||||||
|
version=5.1.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=f8a9ed4164f01e16cf4056336f456cc33669a2d280fb0e5f5a231e7cd5f040fc
|
||||||
|
|
||||||
|
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/completions
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue