mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
623 B
Plaintext
27 lines
623 B
Plaintext
# It4Innovations 2019
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'Go'
|
|
version = '1.13.1'
|
|
|
|
homepage = 'http://www.golang.org'
|
|
description = """Go is an open source programming language that makes it easy to build
|
|
simple, reliable, and efficient software."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['https://dl.google.com/go/']
|
|
sources = ['%(namelower)s%(version)s.linux-amd64.tar.gz']
|
|
|
|
checksums = ['b7df1f54d4d176a19bc416643c63738e']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/go', 'bin/gofmt'],
|
|
'dirs': ['api', 'doc', 'lib', 'pkg'],
|
|
}
|
|
|
|
modextravars = {'GOROOT': '%(installdir)s'}
|
|
|
|
moduleclass = 'compiler'
|