easyconfigs-it4i/g/Grep/Grep-2.21-GCC-4.9.2.eb
2017-03-09 11:57:40 +01:00

20 lines
497 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Grep'
version = '2.21'
homepage = 'http://www.gnu.org/software/grep/'
description = """The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines."""
toolchain = {'name': 'GCC', 'version': '4.9.2'}
sources = [SOURCELOWER_TAR_XZ]
source_urls = ['http://ftp.gnu.org/gnu/%(namelower)s']
sanity_check_paths = {
'files': [],
'dirs': ["bin"]
}
moduleclass = 'tools'