mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38250 Signed-off-by: Sam James <sam@gentoo.org>
21 lines
758 B
XML
21 lines
758 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>shell-tools@gentoo.org</email>
|
|
<name>Gentoo Shell Tools Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="utempter">Include libutempter support</flag>
|
|
<flag name="sixel">Enable sixel support</flag>
|
|
</use>
|
|
<longdescription>
|
|
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 <pkg>app-misc/screen</pkg>.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">tmux/tmux</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|