void-packages/srcpkgs/mosh/template

27 lines
843 B
Plaintext

# Template file for 'mosh'
pkgname=mosh
version=1.2.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel perl-IO-Tty"
short_desc="MObile SHell"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://mosh.mit.edu/"
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
checksum=93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
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
}
}