Skip to content

Commit

Permalink
Merge pull request easybuilders#21149 from jessie828/20240808104755_n…
Browse files Browse the repository at this point in the history
…ew_pr_libedit20240517

{lib}[GCCcore/13.2.0] libedit v20240517
  • Loading branch information
jfgrimm authored Aug 8, 2024
2 parents 28ef191 + 719a542 commit 3815115
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/l/libedit/libedit-20240517-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'libedit'
version = '20240517'

homepage = 'https://thrysoee.dk/editline/'
description = """
This BSD-style licensed command line editor library provides generic line editing,
history, and tokenization functions, similar to those found in GNU Readline.
"""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://thrysoee.dk/editline/']
sources = ['%(namelower)s-%(version)s-3.1.tar.gz']
checksums = ['3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff']

builddependencies = [('binutils', '2.40')]

dependencies = [('ncurses', '6.4')]

sanity_check_paths = {
'files': ['include/editline/readline.h', 'lib/libedit.%s' % SHLIB_EXT, 'lib/libedit.a'],
'dirs': []
}

moduleclass = 'lib'

0 comments on commit 3815115

Please sign in to comment.