23 lines
815 B
Text
23 lines
815 B
Text
# Template file for 'mosh'
|
|
pkgname=mosh
|
|
version=1.2
|
|
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"
|
|
checksum=8b2d346a2f0d560ceb2ca91ff396fa859f81bb321ebd8c26fc564db8b335433a
|
|
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
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build protobuf-devel
|
|
Add_dependency build libutempter-devel
|
|
|
|
Add_dependency full perl-IO-Tty
|