easyconfigs-it4i/d/dotNET-Core-SDK/dotNET-Core-SDK-2.0.7-2.eb
Lukáš Krupčík cd9d8c1533 new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.0.7-2.eb
deleted:    d/dotNET-Core-SDL/dotNET-Core-SDK-2.0.7-2.eb


Former-commit-id: 3cbee2c760dee93206e8a5a7e6f2bcc4ec71d2f7
2018-06-04 09:21:59 +02:00

26 lines
638 B
Plaintext

easyblock = 'Tarball'
# note: only works on recent OSs, required sufficiently recent glibc (2.14 or newer)
name = 'dotNET-Core-SDK'
version = '2.0.7-2'
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://github.com/dotnet/core/archive/']
sources = ['v2.0.7-2.tar.gz']
dependencies = [('libunwind', '1.2')]
sanity_check_paths = {
'files': [],
'dirs': ['tools', 'samples'],
}
modextrapaths = {'PATH': ['']}
moduleclass = 'lang'