From 9b4a4d8b494d7b78a0307aa5fcecb0d4a5116330 Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Wed, 12 Apr 2023 11:23:45 +0200 Subject: [PATCH] new file: j/JOE/JOE-4.6.eb --- j/JOE/JOE-4.6.eb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 j/JOE/JOE-4.6.eb diff --git a/j/JOE/JOE-4.6.eb b/j/JOE/JOE-4.6.eb new file mode 100644 index 00000000..b7edf6f8 --- /dev/null +++ b/j/JOE/JOE-4.6.eb @@ -0,0 +1,24 @@ +# IT4Innovations +# 2023 LK + +easyblock = 'ConfigureMake' + +name = 'JOE' +version = '4.6' + +homepage = 'http://joe-editor.sourceforge.net' +description = """JOE is a full featured terminal-based screen editor which +is distributed under the GNU General Public License (GPL)""" + +toolchain = SYSTEM + +source_urls = ['https://deac-fra.dl.sourceforge.net/project/joe-editor/JOE%20sources/joe-4.6/'] +sources = ['joe-%(version)s.tar.gz'] +checksums = ['495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de'] + +sanity_check_paths = { + 'files': ['bin/joe'], + 'dirs': [''] +} + +moduleclass = 'tools'