1 cask :v1 => 'google-cloud-sdk' do
5 url 'https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz'
6 name 'Google Cloud SDK'
7 homepage 'https://cloud.google.com/sdk/'
9 tags :vendor => 'Google'
11 installer :script => 'google-cloud-sdk/install.sh',
12 :args => %w{--usage-reporting false --bash-completion false --path-update false --rc-path false},
16 "#{token} is installed at #{staged_path}/#{token}. Add your profile:
19 source '#{staged_path}/#{token}/path.bash.inc'
20 source '#{staged_path}/#{token}/completion.bash.inc'
23 source '#{staged_path}/#{token}/path.zsh.inc'
24 source '#{staged_path}/#{token}/completion.zsh.inc'"