mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
aws-vault: update to 6.2.0
Change shell completions install method to new
This commit is contained in:
parent
23e60afcca
commit
8fedc4a364
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'aws-vault'
|
# Template file for 'aws-vault'
|
||||||
pkgname=aws-vault
|
pkgname=aws-vault
|
||||||
version=5.4.4
|
version=6.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/99designs/aws-vault
|
go_import_path=github.com/99designs/aws-vault
|
||||||
|
@ -9,13 +9,13 @@ short_desc="Vault for securely storing and accessing AWS credentials"
|
||||||
maintainer="klardotsh <josh@klar.sh>"
|
maintainer="klardotsh <josh@klar.sh>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/99designs/aws-vault"
|
homepage="https://github.com/99designs/aws-vault"
|
||||||
distfiles="https://github.com/99designs/aws-vault/archive/v${version}${_status}.tar.gz"
|
distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz"
|
||||||
checksum=29844e459a3421ae0123b83a3097c15bc2980bf787374c1ade44328cf14fde4e
|
checksum=39886f4bc3985d4aefbae6fc88532499ac2c39cbabc33d860bba6d355158e17d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
vinstall completions/zsh/_aws-vault 0644 usr/share/zsh/site-functions
|
vcompletion contrib/completions/zsh/aws-vault.zsh zsh
|
||||||
vinstall completions/bash/aws-vault 0644 usr/share/bash-completion/completions
|
vcompletion contrib/completions/bash/aws-vault.bash bash
|
||||||
vinstall completions/fish/aws-vault.fish 0644 usr/share/fish/vendor_completions.d
|
vcompletion contrib/completions/fish/aws-vault.fish fish
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue