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

Felix Yan felixonmars at archlinux.org
Thu Oct 19 03:36:04 UTC 2017


    Date: Thursday, October 19, 2017 @ 03:36:02
  Author: felixonmars
Revision: 263395

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: mosh/repos/community-staging-i686/PKGBUILD (from rev 263394, mosh/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-19 03:36:02 UTC (rev 263395)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl-io-tty' 'libutempter')
+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
+  make
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" 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:

Copied: mosh/repos/community-staging-x86_64/PKGBUILD (from rev 263394, mosh/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-19 03:36:02 UTC (rev 263395)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl-io-tty' 'libutempter')
+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
+  make
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" 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