modified: v/VSCode/VSCode-1.38.0.eb

new file:   v/VSCode/VSCode-1.44.2.eb
This commit is contained in:
Lukáš Krupčík 2020-05-07 09:27:27 +02:00
parent 170d1ad041
commit 09a7681e07
2 changed files with 34 additions and 0 deletions

View File

@ -22,6 +22,8 @@ dependencies = [
('Pango', '1.44.7'),
]
prepend_to_path = False
sanity_check_paths = {
'files': ['bin/code'],
'dirs': [],

32
v/VSCode/VSCode-1.44.2.eb Normal file
View File

@ -0,0 +1,32 @@
# JH 2020
easyblock = 'PackedBinary'
name = 'VSCode'
version = '1.44.2'
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/ff915844119ce9485abfe8aa9076ec76b5300ddd']
sources = ['code-stable-1587060099.tar.gz']
dependencies = [
('git', '2.23.0'),
('Java', '1.8.0_221'),
('X11', '20190717'),
('Pango', '1.44.7'),
]
prepend_to_path = False
sanity_check_paths = {
'files': ['bin/code'],
'dirs': [],
}
moduleclass = 'tools'