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

Felix Yan fyan at archlinux.org
Fri Feb 19 14:40:09 UTC 2016


    Date: Friday, February 19, 2016 @ 15:40:08
  Author: fyan
Revision: 162581

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

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

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 35 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-19 14:38:58 UTC (rev 162580)
+++ PKGBUILD	2016-02-19 14:40:08 UTC (rev 162581)
@@ -1,42 +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.12.0
-_realver=1.0.12-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-    ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 162580, keybase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-19 14:40:08 UTC (rev 162581)
@@ -0,0 +1,35 @@
+# $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.13.0
+_realver=1.0.13-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+  export GO15VENDOREXPERIMENT=1
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production github.com/keybase/client/go/keybase # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list