easyconfigs-it4i/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb
Lukáš Krupčík 750918fd01 modified: d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.200.eb
Former-commit-id: 17d1e67a8fd60888325639440febd3814f038eb3
2018-06-04 09:21:49 +02:00

26 lines
706 B
Plaintext

easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
name = 'dotNET-Core-SDK'
version = '2.1.200'
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': 'dummy', 'version': ''}
source_urls = ['https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/']
sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz']
dependencies = [('libunwind', '1.2')]
sanity_check_paths = {
'files': [],
'dirs': ['tools', 'samples'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'