Skip to content

Commit

Permalink
Merge pull request easybuilders#19540 from laraPPr/20240110112946_new…
Browse files Browse the repository at this point in the history
…_pr_VSCode1851

{devel}[system/system] VSCode v1.85.1 w/ cli
  • Loading branch information
boegel authored Jan 11, 2024
2 parents ac1327d + b03f45a commit f445aca
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli-x64.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
easyblock = 'Tarball'

name = 'VSCode'
version = '1.85.1'
versionsuffix = '-cli-x64'

homepage = 'https://code.visualstudio.com/'
description = '''
Visual Studio Code is a lightweight but powerful source code editor
which runs on your desktop and is available for Windows, macOS and
Linux. It comes with built-in support for JavaScript, TypeScript and
Node.js and has a rich ecosystem of extensions for other languages
and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin
your journey with VS Code with these introductory videos.
'''

toolchain = {'name': 'system', 'version': 'system'}

source_urls = ['https://update.code.visualstudio.com/%(version)s/cli-alpine-x64/stable#']
sources = [{
'download_filename': 'vscode_cli_alpine_x64_cli.tar.gz',
'filename': 'vscode-%(version)s%(versionsuffix)s.tar.gz',
}]
checksums = ['cc469ba0461141fc3a58f589262c6e7d2bfa43044dd267267e794e8d89b831d1']

modextrapaths = {'PATH': ''}

sanity_check_paths = {
'files': ['code'],
'dirs': []
}

sanity_check_commands = ["code --help"]

moduleclass = 'devel'

0 comments on commit f445aca

Please sign in to comment.