# IT4Innovations 2022 # JK easyblock = 'GoPackage' name = 'gh' version = '2.14.7' homepage = 'https://github.com/cli/cli' description = """gh is GitHub on the command line.""" toolchain = SYSTEM source_urls = ['https://github.com/cli/cli/archive'] sources = ['v%(version)s.tar.gz'] checksums = ['a1a048714d7c7b237ea05f1fb51b3f3f4cdf90a16c60fa46f1df2eb5d96ce28d'] builddependencies = [ ('Go', '1.18.1'), ] installopts = './cmd/%(namelower)s' moduleclass = 'tools'