mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
15 lines
301 B
Ruby
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 '341.0.0'
|
|
license 'Apache-2.0'
|
|
compatibility 'i686,x86_64'
|
|
|
|
depends_on 'gcloud'
|
|
|
|
is_fake
|
|
|
|
end
|