milis/talimatname/genel/mosh/talimat

25 lines
635 B
Plaintext
Raw Normal View History

2017-04-04 13:53:05 +02:00
# Description: Dolaşıma izin veren, aralıklı bağlantıyı destekleyen ve kullanıcı tuş vuruşlarının akıllı yerel eko ve hat düzenini sağlayan uzak terminal uygulaması.
# URL: http://mosh.mit.edu/
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libutempter perl-io-tty protobuf
2017-04-04 13:53:05 +02:00
2016-02-24 01:27:23 +01:00
name=mosh
version=1.2.4
release=1
source=(http://mosh.mit.edu/$name-$version.tar.gz)
build(){
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 conf/bash_completion.d/$name \
$PKG/usr/share/bash-completion/completions/$name
}
# NuTyX Pkgfile (http://nutyx.org)