diff options
Diffstat (limited to 'app-misc/byobu/metadata.xml')
-rw-r--r-- | app-misc/byobu/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/byobu/metadata.xml b/app-misc/byobu/metadata.xml new file mode 100644 index 000000000000..1c7747e40943 --- /dev/null +++ b/app-misc/byobu/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>shell-tools</herd> + <longdescription> +Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. +It was originally designed to provide elegant enhancements to the otherwise +functional, plain, practical GNU Screen, for the Ubuntu server distribution. +Byobu now includes an enhanced profiles, convenient keybindings, configuration +utilities, and toggle-able system status notifications for both the GNU Screen +window manager and the more modern Tmux terminal multiplexer, and works on most +Linux, BSD, and Mac distributions. +</longdescription> + <use> + <flag name="screen">Use <pkg>app-misc/screen</pkg> as the default backend</flag> + </use> + <upstream> + <remote-id type="launchpad">byobu</remote-id> + </upstream> +</pkgmetadata> |