Request for review: tmux 3.1b
Yasuhiro KIMURA
yasu@utahime.org
Thu Jun 4 17:58:27 GMT 2020
Though review of anthy is not finished, I'd like to request another
one. It's update of tmux to 3.1b. The only change is value of VERSION.
tmux.cygport:
----------------------------------------------------------------------
NAME="tmux"
VERSION="3.1b"
RELEASE="1"
CATEGORY="Utils"
SUMMARY="Terminal multiplexer"
DESCRIPTION="tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a server-client
system. A server is created automatically when necessary and holds a number of
sessions, each of which may have a number of windows linked to it. Any number
of clients may connect to a session, or the server may be controlled by issuing
commands with tmux. Communication takes place through a socket, by default
placed in /tmp. Moreover tmux provides a consistent and well-documented command
interface, with the same syntax whether used interactively, as a key binding,
or from the shell. It offers a choice of vim or Emacs key layouts."
HOMEPAGE="http://${PN}.github.io"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
DEPEND="autoconf automake pkg-config libtool gettext-devel make git
libevent-devel libncurses-devel"
# tmux includes ncurses as <ncurses.h> and doesn't look for libncursesw
CYGCONF_ARGS="CPPFLAGS=-I/usr/include/ncursesw LIBS=-lncursesw"
DIFF_EXCLUDES="*.mdoc"
----------------------------------------------------------------------
Best Regards.
---
Yasuhiro KIMURA
More information about the Cygwin-apps
mailing list