void-packages/srcpkgs/mosh/template

27 lines
843 B
Text
Raw Normal View History

2012-04-10 10:29:50 +00:00
# Template file for 'mosh'
pkgname=mosh
2012-10-29 10:58:42 +00:00
version=1.2.3
2012-07-16 20:24:17 +00:00
revision=1
2012-04-10 10:29:50 +00:00
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel perl-IO-Tty"
2012-04-10 10:29:50 +00:00
short_desc="MObile SHell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
2012-07-16 20:24:17 +00:00
homepage="http://mosh.mit.edu/"
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
2012-10-29 10:58:42 +00:00
checksum=93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
2012-04-10 10:29:50 +00: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."
mosh_package() {
depends="perl-IO-Tty"
pkg_install() {
vmove usr
}
}