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'