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

Felix Yan felixonmars at archlinux.org
Wed Feb 21 20:25:51 UTC 2018


    Date: Wednesday, February 21, 2018 @ 20:25:51
  Author: felixonmars
Revision: 296752

archrelease: copy trunk to community-x86_64

Added:
  keybase/repos/community-x86_64/PKGBUILD
    (from rev 296751, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 20:25:34 UTC (rev 296751)
+++ PKGBUILD	2018-02-21 20:25:51 UTC (rev 296752)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michael Hansen <zrax0111 gmail com>
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.41
-pkgrel=2
-arch=('x86_64')
-url='https://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('1382f008089d8704167842960aec9e4007ac32db589bad45944428ad92ac90b1802338ff6ccc0c570d40b9c9115170a2e15c590f875cdc8261d203c01402385c')
-
-
-prepare() {
-  cd client-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/client
-}
-
-build() {
-  cd client-$pkgver/go/keybase
-
-  export GOPATH="$srcdir/.gopath"
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
-  go build -a -tags production -o ../bin/keybase github.com/keybase/client/go/keybase
-  go build -a -tags production -o ../bin/kbnm github.com/keybase/client/go/kbnm
-}
-
-package() {
-  cd client-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin/ go/bin/*
-
-  # native messaging whitelists
-  KBNM_INSTALL_ROOT=1 KBNM_INSTALL_OVERLAY="$pkgdir" "$pkgdir/usr/bin/kbnm" install
-  # systemd activation
-  install -Dm755 packaging/linux/systemd/keybase.service "$pkgdir"/usr/lib/systemd/user/keybase.service
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 296751, keybase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-21 20:25:51 UTC (rev 296752)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Hansen <zrax0111 gmail com>
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.42
+pkgrel=1
+arch=('x86_64')
+url='https://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('f2731396190a0186060cdd391cc5e1e1ff434317d13d8adde354bd87aede5aff0f686aa051598538d10d2229ee02485f5f22ff9b4ad00168688e7b7a67e8e74c')
+
+
+prepare() {
+  cd client-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/client
+}
+
+build() {
+  cd client-$pkgver/go/keybase
+
+  export GOPATH="$srcdir/.gopath"
+  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
+  go build -a -tags production -o ../bin/keybase github.com/keybase/client/go/keybase
+  go build -a -tags production -o ../bin/kbnm github.com/keybase/client/go/kbnm
+}
+
+package() {
+  cd client-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin/ go/bin/*
+
+  # native messaging whitelists
+  KBNM_INSTALL_ROOT=1 KBNM_INSTALL_OVERLAY="$pkgdir" "$pkgdir/usr/bin/kbnm" install
+  # systemd activation
+  install -Dm755 packaging/linux/systemd/keybase.service "$pkgdir"/usr/lib/systemd/user/keybase.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list