new file: n/nano/nano-2.9.6.eb

Former-commit-id: 3697f9c81755e485082c53ec223257f1084a2600
This commit is contained in:
Lukáš Krupčík 2018-05-15 07:22:42 +02:00
parent 4736dd5885
commit bcd31dc08d

23
n/nano/nano-2.9.6.eb Normal file
View File

@ -0,0 +1,23 @@
# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'nano'
version = '2.9.6'
homepage = 'http://www.nano-editor.org/'
description = """Small and friendly text editor"""
toolchain = {'name': 'dummy', 'version': ''}
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'