milis/talimatname/genel/mosh/talimat

25 lines
635 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.

# 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
# Depends on: libutempter perl-io-tty protobuf
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)