easyconfigs-it4i/t/tmux/tmux-2.6.eb
2019-11-06 13:27:39 +01:00

27 lines
636 B
Plaintext

easyblock = 'ConfigureMake'
name = 'tmux'
version = '2.6'
homepage = 'http://tmux.sourceforge.net/'
description = """tmux is a terminal multiplexer. It lets you switch easily
between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal."""
toolchain = SYSTEM
toolchainopts = {'optarch': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['https://github.com/tmux/tmux/releases/download/%(version)s/']
dependencies = [
('ncurses', '6.0'),
('libevent', '2.1.8'),
]
sanity_check_paths = {
'files': ['bin/tmux'],
'dirs': []
}
moduleclass = 'tools'