[arch-commits] Commit in mosh/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Jun 27 12:05:24 UTC 2018


    Date: Wednesday, June 27, 2018 @ 12:05:24
  Author: arodseth
Revision: 346335

archrelease: copy trunk to community-x86_64

Added:
  mosh/repos/community-x86_64/PKGBUILD
    (from rev 346334, mosh/trunk/PKGBUILD)
Deleted:
  mosh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-27 12:05:16 UTC (rev 346334)
+++ PKGBUILD	2018-06-27 12:05:24 UTC (rev 346335)
@@ -1,35 +0,0 @@
-# $Id$
-# 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=3
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64')
-url='https://mosh.org/'
-license=('GPL3')
-depends=('libutempter' '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
-  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-x86_64/PKGBUILD (from rev 346334, mosh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-27 12:05:24 UTC (rev 346335)
@@ -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=4
+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