mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-23 15:01:23 +01:00
modified: v/VSCode/VSCode-1.38.0.eb
new file: v/VSCode/VSCode-1.41.0.eb
This commit is contained in:
parent
344d03e3d2
commit
1499fcb3f9
@ -16,9 +16,9 @@ source_urls = ['https://az764295.vo.msecnd.net/stable/3db7e09f3b61f915d03bbfa58e
|
|||||||
sources = ['code-stable-1567547931.tar.gz']
|
sources = ['code-stable-1567547931.tar.gz']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('git', '2.21.0'),
|
('git', '2.23.0'),
|
||||||
('Java', '1.8.0_202'),
|
('Java', '1.8.0_221'),
|
||||||
('X11', '20180604'),
|
('X11', '20190717'),
|
||||||
]
|
]
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
|
29
v/VSCode/VSCode-1.41.0.eb
Normal file
29
v/VSCode/VSCode-1.41.0.eb
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# IT4Innovations 2020
|
||||||
|
|
||||||
|
easyblock = 'PackedBinary'
|
||||||
|
|
||||||
|
name = 'VSCode'
|
||||||
|
version = '1.41.0'
|
||||||
|
|
||||||
|
homepage = 'https://github.com/microsoft/vscode'
|
||||||
|
description = """Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations released under a traditional Microsoft product license.
|
||||||
|
Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides local_comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
|
||||||
|
"""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
source_urls = ['https://az764295.vo.msecnd.net/stable/26076a4de974ead31f97692a0d32f90d735645c0/']
|
||||||
|
sources = ['code-stable-1576682093.tar.gz']
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('git', '2.23.0'),
|
||||||
|
('Java', '1.8.0_221'),
|
||||||
|
('X11', '20190717'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/code'],
|
||||||
|
'dirs': [],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user