Add aws-vault (#23637)

As recommended by @DomT4 in
https://github.com/Homebrew/homebrew-core/pull/3385#issuecomment-236302100
aws-vault should be installed via brew cask rather than
homebrew-binaries or by building from source because of the code-signing
requirement.
This commit is contained in:
David Goodlad 2016-08-11 16:14:18 +10:00 committed by Vítor Galvão
parent 9fc36fc9b7
commit dd34424ee8
1 changed files with 13 additions and 0 deletions

13
Casks/aws-vault.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'aws-vault' do
version '3.4.0'
sha256 'fa04d8593340f2b8b297a8b9728346aa0f83cc7c9b470c0b51cf26fb1db7fbeb'
url "https://github.com/99designs/aws-vault/releases/download/v#{version}/aws-vault-Darwin-x86_64"
name 'aws-vault'
homepage 'https://github.com/99designs/aws-vault'
license :mit
container type: :naked
binary 'aws-vault-Darwin-x86_64', target: 'aws-vault'
end