ipfire-3.x/tmux/tmux.nm

43 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = tmux
version = 3.3a
release = 1
groups = Application/System
url = https://github.com/tmux/tmux
license = ISC and BSD
summary = A terminal multiplexer
description
tmux is a "terminal multiplexer." It enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.
tmux is intended to be a simple, modern, BSD-licensed alternative to
programs such as GNU Screen.
end
source_dl = https://github.com/tmux/tmux/releases/download/%{version}
build
requires
bison
ncurses-devel
libevent-devel
#systemd-devel
end
#configure_options += \
# --enable-systemd
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end