mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
597 B
Plaintext
25 lines
597 B
Plaintext
# 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'
|