Skip to content

Commit

Permalink
Merge pull request easybuilders#19242 from moravveji/develop
Browse files Browse the repository at this point in the history
dialog-1.3-20231002-GCCcore-10.3.0
  • Loading branch information
smoors authored Nov 16, 2023
2 parents 4adb8d1 + 7c6c242 commit 11ac1f6
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'ConfigureMake'

name = 'dialog'
version = '1.3-20231002'

homepage = 'https://invisible-island.net/'
description = 'A utility for creating TTY dialog boxes'

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

sources = ['https://invisible-island.net/archives/dialog/%(name)s-%(version)s.tgz']
checksums = ['315640ab0719225d5cbcab130585c05f0791fcf073072a5fe9479969aa2b833b']

builddependencies = [
('Autotools', '20210128'),
('binutils', '2.36.1'),
]

dependencies = [
('ncurses', '6.2'),
('zlib', '1.2.11'),
]

sanity_check_paths = {
'files': ["bin/dialog", "lib/libdialog.a"],
'dirs': ["lib", "share"],
}

sanity_check_commands = ['dialog --help']

moduleclass = 'devel'

0 comments on commit 11ac1f6

Please sign in to comment.