]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - tmux/tmux.nm
python-lxml: Update to 4.3.4
[people/stevee/ipfire-3.x.git] / tmux / tmux.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tmux
7 version = 2.8
8 release = 1
9
10 groups = Application/System
11 url = https://github.com/tmux/tmux
12 license = ISC and BSD
13 summary = A terminal multiplexer
14
15 description
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.
20 end
21
22 source_dl = https://github.com/tmux/tmux/releases/download/%{version}
23
24 build
25 requires
26 ncurses-devel
27 libevent-devel
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end