2012-04-10 12:29:50 +02:00
|
|
|
# Template file for 'mosh'
|
|
|
|
pkgname=mosh
|
2013-04-22 18:38:01 +02:00
|
|
|
version=1.2.4
|
2012-07-16 22:24:17 +02:00
|
|
|
revision=1
|
2012-04-10 12:29:50 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-14 04:24:51 +02:00
|
|
|
hostmakedepends="pkg-config"
|
2013-04-22 18:38:01 +02:00
|
|
|
makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel openssl-devel perl-IO-Tty"
|
2012-04-10 12:29:50 +02:00
|
|
|
short_desc="MObile SHell"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
2012-07-16 22:24:17 +02:00
|
|
|
homepage="http://mosh.mit.edu/"
|
2013-04-22 18:38:01 +02:00
|
|
|
distfiles="http://mosh.mit.edu/mosh-${version}.tar.gz"
|
|
|
|
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
|
2012-04-10 12:29:50 +02:00
|
|
|
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."
|
2013-04-14 04:24:51 +02:00
|
|
|
|
|
|
|
mosh_package() {
|
|
|
|
depends="perl-IO-Tty"
|
|
|
|
pkg_install() {
|
2013-04-22 18:38:01 +02:00
|
|
|
vmove all
|
2013-04-14 04:24:51 +02:00
|
|
|
}
|
|
|
|
}
|