mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
|
|
name = 'JOE'
|
|
version = '4.2'
|
|
|
|
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 = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/joe'],
|
|
'dirs': ['']
|
|
}
|
|
|
|
moduleclass = 'tools'
|