mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: n/nano/nano-6.3.eb
This commit is contained in:
parent
4981732c93
commit
dd9940485d
25
n/nano/nano-6.3.eb
Normal file
25
n/nano/nano-6.3.eb
Normal file
@ -0,0 +1,25 @@
|
||||
# IT4Innovations 2022
|
||||
# JK LK
|
||||
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'nano'
|
||||
version = '6.3'
|
||||
|
||||
homepage = 'http://www.nano-editor.org/'
|
||||
description = """Small and friendly text editor"""
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
source_urls = ['https://www.nano-editor.org/dist/v6/']
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
checksums = ['24c51bb2bddc682f95ae745c743cbceebd836549de66bdfd6af80a40333cc6a7']
|
||||
|
||||
dependencies = [('ncurses', '6.2')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/nano'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user