easyconfigs-it4i/n/nano/nano-6.4-GCCcore-11.3.0.eb
Jakub Kropacek ea0840ea06 new file: g/gpu_burn/gpu_burn-1.1-NVHPC-22.2-CUDA-11.6.0.eb
new file:   h/HyperQueue/HyperQueue-0.12.0.eb
	new file:   n/nano/nano-6.4-GCCcore-11.3.0.eb
	deleted:    n/nano/nano-6.4.eb
2022-09-07 16:48:10 +02:00

31 lines
681 B
Plaintext

# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake'
name = 'nano'
version = '6.4'
homepage = 'https://www.nano-editor.org/'
docurls = 'https://www.nano-editor.org/docs.php'
description = """a simple editor, inspired by Pico"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://www.nano-editor.org/dist/v6/']
sources = [SOURCE_TAR_GZ]
checksums = ['85ebd9b4dba49839821d529bea16ac1acae0c9b9db2157531e40c9dffeb1b656']
builddependencies = [('binutils', '2.38')]
dependencies = [('ncurses', '6.3')]
sanity_check_paths = {
'files': ['bin/nano'],
'dirs': ['bin', 'share'],
}
sanity_check_commands = ['nano --version']
moduleclass = 'tools'