void-packages/srcpkgs/mosh/template

24 lines
815 B
Text
Raw Normal View History

2012-04-10 10:29:50 +00:00
# Template file for 'mosh'
pkgname=mosh
2012-04-27 09:49:26 +00:00
version=1.2
2012-04-10 10:29:50 +00:00
homepage="http://mosh.mit.edu/"
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
build_style=gnu-configure
short_desc="MObile SHell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
2012-04-27 09:49:26 +00:00
checksum=8b2d346a2f0d560ceb2ca91ff396fa859f81bb321ebd8c26fc564db8b335433a
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."
Add_dependency build pkg-config
2012-04-27 09:49:26 +00:00
Add_dependency build ncurses-devel
2012-04-10 10:29:50 +00:00
Add_dependency build protobuf-devel
Add_dependency build libutempter-devel
2012-04-10 10:39:33 +00:00
Add_dependency full perl-IO-Tty