Files
chromebrew/packages/google_cloud_sdk.rb
2022-01-29 11:10:41 -05:00

15 lines
301 B
Ruby

require 'package'
class Google_cloud_sdk < Package
description 'Command-line interface for Google Cloud Platform products and services'
homepage 'https://cloud.google.com/sdk/gcloud/'
version '370.0.0'
license 'Apache-2.0'
compatibility 'i686,x86_64'
depends_on 'gcloud'
is_fake
end