-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9809 from Micket/20200130200316_new_pr_Groovy259
{devel}[system/system] Groovy v2.5.9
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
easyblock = 'PackedBinary' | ||
|
||
name = 'Groovy' | ||
version = '2.5.9' | ||
versionsuffix = '-Java-%(javaver)s' | ||
|
||
homepage = 'https://groovy-lang.org' | ||
description = """Groovy is a powerful, optionally typed and dynamic language, with static-typing and static | ||
compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, | ||
familiar and easy to learn syntax.""" | ||
|
||
toolchain = SYSTEM | ||
|
||
source_urls = ['https://dl.bintray.com/groovy/maven/'] | ||
sources = ['apache-groovy-sdk-%(version)s.zip'] | ||
checksums = ['6660c5e98226faea4de6c191bc3e33eb9159e8f4251d1a38de612a8e2030cae3'] | ||
|
||
dependencies = [('Java', '11')] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/groovy', 'bin/grape'], | ||
'dirs': [], | ||
} | ||
|
||
moduleclass = 'devel' |