From bcd31dc08dac2426e016629b73a4c90a5099fa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 15 May 2018 07:22:42 +0200 Subject: [PATCH] new file: n/nano/nano-2.9.6.eb Former-commit-id: 3697f9c81755e485082c53ec223257f1084a2600 --- n/nano/nano-2.9.6.eb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 n/nano/nano-2.9.6.eb diff --git a/n/nano/nano-2.9.6.eb b/n/nano/nano-2.9.6.eb new file mode 100644 index 00000000..85db3330 --- /dev/null +++ b/n/nano/nano-2.9.6.eb @@ -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'