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

Merge branch 'sa-tmux' into '2023'

{devel,tools}[GCCcore/11.3.0] tmux v3.3a

See merge request software-team/easybuild!1492
parents d5ff50a0 046f620f
Branches
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'tmux'
version = '3.3a'
homepage = 'https://github.com/tmux/tmux/'
description = """tmux is a terminal multiplexer: it enables a number of
terminals to be created, accessed, and controlled from a single screen. tmux
may be detached from a screen and continue running in the background, then
later reattached."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'optarch': True}
source_urls = ['https://github.com/%(name)s/%(name)s/releases/download/%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f']
builddependencies = [
('binutils', '2.38'),
('Bison', '3.8.2'),
# ('make', '4.3'),
('pkgconf', '1.8.0'),
]
dependencies = [
('libevent', '2.1.12'),
('ncurses', '6.3'),
]
sanity_check_paths = {
'files': ['bin/tmux'],
'dirs': []
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment