easyconfigs-it4i/e/ed/ed-1.9.eb
2019-11-06 13:27:39 +01:00

26 lines
504 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'ed'
version = '1.9'
homepage = 'http://www.gnu.org/software/ed/ed.html'
description = """GNU ed is a line-oriented text editor."""
toolchain = SYSTEM
source_urls = [
'https://launchpad.net/ed/main/%(version)s/+download/',
GNU_SOURCE,
]
sources = [SOURCE_TAR_GZ]
checksums = ['d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88']
sanity_check_paths = {
'files': ['bin/ed'],
'dirs': [],
}
moduleclass = 'tools'