easyconfigs-it4i/t/tmux/tmux-2.6.eb
Lukáš Krupčík 77339d5fa6 new file: c/CMake/CMake-3.10.0.eb
modified:   c/CP2K/CP2K-5.1-intel-2017a-test.eb
	new file:   c/CP2K/CP2K-5.1.eb
	new file:   c/cURL/cURL-7.56.1.eb
	new file:   e/ELPA/ELPA-2017.05.002-foss-2017a.eb
	new file:   e/expat/expat-2.2.5.eb
	new file:   g/git/git-2.14.1-GCC-7.1.0-2.28.eb
	new file:   g/gzip/gzip-1.8.eb
	modified:   l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb
	new file:   t/tmux/tmux-2.6.eb
	deleted:    c/CP2K/CP2K-5.1-intel-2017a-test2.eb
2017-11-22 13:54:40 +01:00

27 lines
667 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 = {'name': 'dummy', 'version': 'dummy'}
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'