forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: code-cli-1.85.1-x64.eb
- Loading branch information
vsc46128
committed
Jan 19, 2024
1 parent
87e1245
commit 8a8ede1
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
easyblock = 'Tarball' | ||
|
||
name = 'code-cli' | ||
version = '1.85.1' | ||
versionsuffix = '-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 = ['vscode_cli_alpine_x64_cli.tar.gz'] | ||
checksums = ['cc469ba0461141fc3a58f589262c6e7d2bfa43044dd267267e794e8d89b831d1'] | ||
|
||
modextrapaths = {'PATH': ''} | ||
|
||
sanity_check_paths = { | ||
'files': ['code'], | ||
'dirs': [] | ||
} | ||
|
||
sanity_check_commands = ["code --help"] | ||
|
||
moduleclass = 'devel' |