26 lines
831 B
Text
26 lines
831 B
Text
# Template file for 'mosh'
|
|
pkgname=mosh
|
|
version=1.2.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel openssl-devel perl-IO-Tty"
|
|
short_desc="MObile SHell"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://mosh.mit.edu/"
|
|
distfiles="http://mosh.mit.edu/mosh-${version}.tar.gz"
|
|
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
|
|
long_desc="
|
|
Remote terminal application that allows roaming, supports intermittent
|
|
connectivity, and provides intelligent local echo and line editing of user keystrokes.
|
|
|
|
Mosh is a replacement for SSH. It's more robust and responsive, especially over
|
|
Wi-Fi, cellular, and long-distance links."
|
|
|
|
mosh_package() {
|
|
depends="perl-IO-Tty"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|