]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - tmux/tmux.nm
tmux: Update to 2.8
[people/pmueller/ipfire-3.x.git] / tmux / tmux.nm
CommitLineData
a25e16d7
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = tmux
0a1bbed1 7version = 2.8
3d444551 8release = 1
a25e16d7
MT
9
10groups = Application/System
0a1bbed1 11url = https://github.com/tmux/tmux
a25e16d7
MT
12license = ISC and BSD
13summary = A terminal multiplexer
14
15description
16 tmux is a "terminal multiplexer." It enables a number of terminals
17 (or windows) to be accessed and controlled from a single terminal.
18 tmux is intended to be a simple, modern, BSD-licensed alternative to
19 programs such as GNU Screen.
20end
21
56c3ccb6 22source_dl = https://github.com/tmux/tmux/releases/download/%{version}
a25e16d7
MT
23
24build
25 requires
26 ncurses-devel
27 libevent-devel
28 end
29end
30
31packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37end