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

Eli Schwartz eschwartz at archlinux.org
Wed Jun 20 21:51:13 UTC 2018


    Date: Wednesday, June 20, 2018 @ 21:51:13
  Author: eschwartz
Revision: 344233

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 21:50:55 UTC (rev 344232)
+++ PKGBUILD	2018-06-20 21:51:13 UTC (rev 344233)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Michael Hansen <zrax0111 gmail com>
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=2.0.0
-pkgrel=1
-arch=('x86_64')
-url='https://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go-pie')
-optdepends=('kbfs: for the fuse-based fileystem and the encryption subcommand')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('46da587cd7ceffc67a9d78a8563f1e33364f6d162dd7588ec1a25357819e159613937d2ba16115477b4fc89e8e9aac2cd47b7ab83966f683c42c5965420f8076')
-
-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 -Dm644 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 344232, keybase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-20 21:51:13 UTC (rev 344233)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Michael Hansen <zrax0111 gmail com>
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=2.1.0
+pkgrel=1
+arch=('x86_64')
+url='https://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go-pie')
+optdepends=('kbfs: for the fuse-based fileystem and the encryption subcommand')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('0d71a22b5f56442fdc03848f831487da097dc817bfcacfb5a8eea1a9a13e87d231619216b6bab61862de71289373977c4c8d345518152137c8804005bf20e3e4')
+
+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 -Dm644 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