# Description: remote terminal application with roaming and local echo # URL: http://mosh.mit.edu/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: protobuf ncurses zlib openssh libutempter name=mosh version=1.3.2 release=1 source=(http://mosh.mit.edu/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc make make DESTDIR=$PKG install }