]> git.ipfire.org Git - ipfire-3.x.git/blame - tmux/tmux.nm
json-c: Update to version 0.17-20230812
[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
483e48a6 7version = 3.3a
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
483e48a6 26 bison
a25e16d7
MT
27 ncurses-devel
28 libevent-devel
483e48a6 29 #systemd-devel
a25e16d7 30 end
483e48a6
MT
31
32 #configure_options += \
33 # --enable-systemd
a25e16d7
MT
34end
35
36packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42end