# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=mosh pkgver=1.3.0 pkgrel=2 pkgdesc="Mobile shell surviving disconnects with local echo and line editing" url="https://mosh.org" arch="all" license="GPL3+" depends="$pkgname-client $pkgname-server" checkdepends="tmux perl" makedepends="ncurses-dev zlib-dev libressl-dev perl-dev perl-io-tty protobuf-dev automake autoconf libtool" subpackages="$pkgname-doc $pkgname-client $pkgname-server $pkgname-bash-completion:bashcomp:noarch" source="https://mosh.org/$pkgname-$pkgver.tar.gz disable-utf8-check.patch" builddir="$srcdir"/$pkgname-$pkgver prepare() { default_prepare cd "$builddir" ./autogen.sh } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --enable-compile-warnings=error \ --enable-examples make } check() { cd "$builddir" make distcheck VERBOSE=1 V=1 } package() { cd "$builddir" make DESTDIR="$pkgdir" install } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" install -Dm644 "$builddir"/conf/bash-completion/completions/mosh \ "$subpkgdir"/usr/share/bash-completion/completions/$pkgname } server() { replaces="mosh" pkgdesc="Mosh server" mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/mosh-server \ "$subpkgdir"/usr/bin/ } client() { replaces="mosh" pkgdesc="Mosh client" depends="openssh-client perl-io-tty" mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/mosh-client \ "$subpkgdir"/usr/bin/ } sha512sums="2b43e3e3fb2ccf6c29a889f10dfc0d5504dbca6fabaf10419f4e355e4b73d64cc1e632324e447b25ac24ee18bb88d8a9a23f9c4824b267343fb86e26e7d5c54b mosh-1.3.0.tar.gz 802afc138a31155352e403e61204c552107c624cd4f1da3141a956ea68a4c652df9b02baf72397e97af032c70feb5396a4262a80d5d3762cba9afd9acf9da660 disable-utf8-check.patch"