Skip to content

Commit

Permalink
Merge pull request #9809 from Micket/20200130200316_new_pr_Groovy259
Browse files Browse the repository at this point in the history
{devel}[system/system] Groovy v2.5.9
  • Loading branch information
migueldiascosta authored Feb 10, 2020
2 parents 34b22da + 49331a5 commit 6bab7bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/g/Groovy/Groovy-2.5.9-Java-11.eb
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'

0 comments on commit 6bab7bc

Please sign in to comment.