easyconfigs-it4i/d/dotNET-Core-SDK/dotNET-Core-SDK-2.1.402.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
707 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.402'
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/8/A/7/8A765126-50CA-4C6F-890B-19AE47961E4B']
sources = ['dotnet-sdk-%(version)s-linux-x64.tar.gz']
dependencies = [('libunwind', '1.2')]
sanity_check_paths = {
'files': ['dotnet'],
'dirs': ['sdk'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'