easyconfigs-it4i/n/nano/nano-2.9.6.eb
2019-11-06 13:27:39 +01:00

28 lines
474 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'nano'
version = '2.9.6'
homepage = 'http://www.nano-editor.org/'
description = """Small and friendly text editor"""
toolchain = SYSTEM
sources = [SOURCE_TAR_GZ]
source_urls = [
'http://www.nano-editor.org/dist/v%s' %
'.'.join(
version.split('.')[
0:2])]
dependencies = [('ncurses', '6.0')]
sanity_check_paths = {
'files': ['bin/nano'],
'dirs': [],
}
moduleclass = 'tools'