mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44225 Signed-off-by: Sam James <sam@gentoo.org>
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>amynka@gentoo.org</email>
|
|
<name>Amy Liffey</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="client">Build network client</flag>
|
|
<flag name="examples">Include example scripts</flag>
|
|
<flag name="nettle">Use <pkg>dev-libs/nettle</pkg> for some cryptographic functions instead of <pkg>dev-libs/openssl</pkg>. With Nettle, some of mosh's own code is used for OCB.</flag>
|
|
<flag name="server">Build network server</flag>
|
|
<flag name="ufw">Install <pkg>net-firewall/ufw</pkg> rule set</flag>
|
|
<flag name="utempter">Include libutempter support</flag>
|
|
</use>
|
|
<longdescription>
|
|
Mosh is a remote terminal application that supports:
|
|
- intermittent network connectivity,
|
|
- roaming to different IP address without dropping the connection, and
|
|
- intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/mobile-shell/mosh/issues</bugs-to>
|
|
<remote-id type="github">mobile-shell/mosh</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|