mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: j/JUnit/JUnit-4.13.2-Java-13.eb new file: l/libreoffice/libreoffice-7.4.1.1-GCCcore-11.3.0.eb new file: l/libreoffice/out new file: x/XMLSec/XMLSec-1.2.34-GCCcore-11.3.0.eb
27 lines
605 B
Plaintext
27 lines
605 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'JAR'
|
|
|
|
name = 'JUnit'
|
|
version = '4.13.2'
|
|
versionsuffix = '-Java-%(javaver)s'
|
|
|
|
homepage = 'http://sourceforge.net/projects/junit'
|
|
description = """A programmer-oriented testing framework for Java."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://search.maven.org/remotecontent?filepath=junit/junit/%(version)s/']
|
|
sources = ['%(namelower)s-%(version)s.jar']
|
|
checksums = ['8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3']
|
|
|
|
dependencies = [('Java', '13', '', True)]
|
|
|
|
sanity_check_paths = {
|
|
'files': sources,
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|