Skip to content

Commit

Permalink
Merge pull request #20523 from PetrKralCZ/20240514143947_new_pr_gclou…
Browse files Browse the repository at this point in the history
…d47200

{tools}[system/system] gcloud v472.0.0
  • Loading branch information
smoors committed May 14, 2024
2 parents a0a467a + 8cce709 commit 59a369f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/g/gcloud/gcloud-472.0.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'Tarball'

name = "gcloud"
version = "472.0.0"

homepage = "https://cloud.google.com/sdk"
description = "Libraries and tools for interacting with Google Cloud products and services."

toolchain = SYSTEM

source_urls = ["https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"]
sources = ["google-cloud-sdk-%(version)s-linux-x86_64.tar.gz"]
checksums = ['da57049ca6de98815d92bd66b45798056d5082d94dd83f376ab706b9cf2c518b']

allow_system_deps = [('Python', SYS_PYTHON_VERSION)]

sanity_check_paths = {
'files': ["bin/gcloud"],
'dirs': []
}

sanity_check_commands = ["gcloud version"]

moduleclass = "tools"

0 comments on commit 59a369f

Please sign in to comment.