easyconfigs-it4i/d/dotNET-Core-SDK/dotNET-Core-SDK-2.2.101.eb

27 lines
746 B
Plaintext

easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14
# or newer)
name = 'dotNET-Core-SDK'
version = '2.2.101'
homepage = 'https://www.microsoft.com/net/'
description = """.NET is a free, cross-platform, open source developer platform for building many different types
of applications."""
toolchain = {'name': 'system', 'version': ''}
source_urls = ['https://download.visualstudio.microsoft.com/download/pr/80e1d007-d6f0-402f-b047-779464dd989b/9ae5e2df9aa166b720bdb92d19977044']
sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz']
dependencies = [('libunwind', '1.2')]
sanity_check_paths = {
'files': ['dotnet'],
'dirs': ['sdk'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'