2012-04-10 12:29:50 +02:00
|
|
|
# Template file for 'mosh'
|
|
|
|
pkgname=mosh
|
2012-10-29 11:58:42 +01:00
|
|
|
version=1.2.3
|
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"
|
|
|
|
makedepends="ncurses-devel protobuf-devel 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/"
|
|
|
|
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
|
2012-10-29 11:58:42 +01:00
|
|
|
checksum=93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
|
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() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|