public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Request for review: tmux 3.1b
@ 2020-06-04 17:58 Yasuhiro KIMURA
  0 siblings, 0 replies; only message in thread
From: Yasuhiro KIMURA @ 2020-06-04 17:58 UTC (permalink / raw)
  To: cygwin-apps

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-04 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 17:58 Request for review: tmux 3.1b Yasuhiro KIMURA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).