new file: j/JOE/JOE-4.6.eb

This commit is contained in:
Lukas Krupcik 2023-04-12 11:23:45 +02:00
parent e9bd893a79
commit 9b4a4d8b49

24
j/JOE/JOE-4.6.eb Normal file
View File

@ -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'