[arch-commits] Commit in mosh/repos (2 files)

Jelle van der Waa jelle at archlinux.org
Wed Sep 5 14:50:48 UTC 2018


    Date: Wednesday, September 5, 2018 @ 14:50:48
  Author: jelle
Revision: 376940

archrelease: copy trunk to community-staging-x86_64

Added:
  mosh/repos/community-staging-x86_64/
  mosh/repos/community-staging-x86_64/PKGBUILD
    (from rev 376939, mosh/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: mosh/repos/community-staging-x86_64/PKGBUILD (from rev 376939, mosh/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-05 14:50:48 UTC (rev 376940)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh at lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=6
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "$pkgname" install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list