[arch-commits] Commit in mosh/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 8 14:36:12 UTC 2019
Date: Sunday, December 8, 2019 @ 14:36:12
Author: arodseth
Revision: 536340
archrelease: copy trunk to community-x86_64
Added:
mosh/repos/community-x86_64/PKGBUILD
(from rev 536339, mosh/trunk/PKGBUILD)
Deleted:
mosh/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-08 14:36:06 UTC (rev 536339)
+++ PKGBUILD 2019-12-08 14:36:12 UTC (rev 536340)
@@ -1,32 +0,0 @@
-# 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=10
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=(x86_64)
-url='https://mosh.org/'
-license=(GPL3)
-depends=(libutempter openssh 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 --enable-ufw --prefix=/usr --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:
Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 536339, mosh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-08 14:36:12 UTC (rev 536340)
@@ -0,0 +1,32 @@
+# 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=11
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh 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 --enable-ufw --prefix=/usr --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