mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
Merge branch 'it4i-anselm'
Former-commit-id: f8deee5295bf7d97a912c14cda816a7fbd2fc24c
This commit is contained in:
commit
26dc76db68
23
n/nano/nano-2.9.6.eb
Normal file
23
n/nano/nano-2.9.6.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user