milis/talimatname/genel/m/mosh/talimat

25 lines
620 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: 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/
# Paketçi: milisarge
# Gerekler: libutempter perl-io-tty protobuf
isim=mosh
surum=1.2.4
devir=1
kaynak=(http://mosh.mit.edu/$isim-$surum.tar.gz)
derle(){
cd $isim-$surum
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 conf/bash_completion.d/$isim \
$PKG/usr/share/bash-completion/completions/$isim
}
# NuTyX Pkgfile (http://nutyx.org)