From 10aeb276b75dba7612ddb49fc478e4deeb5cd13b Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Thu, 9 Jan 2020 00:35:40 -0800 Subject: [PATCH] New package: aws-vault-5.1.1 --- srcpkgs/aws-vault/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/aws-vault/template diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template new file mode 100644 index 00000000000..c50d9779a90 --- /dev/null +++ b/srcpkgs/aws-vault/template @@ -0,0 +1,20 @@ +# Template file for 'aws-vault' +pkgname=aws-vault +version=5.1.1 +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 " +license="MIT" +homepage="https://github.com/99designs/aws-vault" +distfiles="https://github.com/99designs/aws-vault/archive/v${version}${_status}.tar.gz" +checksum=69dbf49d1d84a3f4d3a9e4d4194a1d692b218a6fe22c1de1aded8c6bc8486706 + +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 +}