Skip to content
Snippets Groups Projects
Commit 71ba8287 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

add easyconfig: groff-1.22.4-GCCcore-10.3.0.eb, makeinfo-6.7-GCCcore-10.3.0.eb

parent e35ce070
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'groff'
version = '1.22.4'
homepage = 'https://www.gnu.org/software/groff'
description = """Groff (GNU troff) is a typesetting system that reads plain text mixed with formatting commands
and produces formatted output."""
site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
source_urls = ['https://ftp.gnu.org/gnu/groff']
sources = [SOURCE_TAR_GZ]
checksums = ['e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293']
builddependencies = [
('binutils', '2.36.1'),
('makeinfo', '6.7'),
]
sanity_check_paths = {
'files': ['bin/groff', 'bin/nroff', 'bin/troff'],
'dirs': ['lib/groff', 'share'],
}
moduleclass = 'tools'
easyblock = 'ConfigureMake'
name = 'makeinfo'
version = '6.7'
homepage = 'https://www.gnu.org/software/texinfo/'
description = """makeinfo is part of the Texinfo project, the official documentation format of the GNU project."""
site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
source_urls = ['https://ftpmirror.gnu.org/gnu/texinfo']
sources = ['texinfo-%(version)s.tar.xz']
checksums = ['988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa']
builddependencies = [('binutils', '2.36.1')]
sanity_check_paths = {
'files': ['bin/makeinfo'],
'dirs': ['share'],
}
sanity_check_commands = ["makeinfo --help"]
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment