mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
26 lines
504 B
Plaintext
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'
|