[arch-commits] Commit in keybase/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 22 05:13:47 UTC 2017
Date: Wednesday, November 22, 2017 @ 05:13:46
Author: felixonmars
Revision: 267876
archrelease: copy trunk to community-x86_64
Added:
keybase/repos/community-x86_64/PKGBUILD
(from rev 267875, keybase/trunk/PKGBUILD)
Deleted:
keybase/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-22 05:13:22 UTC (rev 267875)
+++ PKGBUILD 2017-11-22 05:13:46 UTC (rev 267876)
@@ -1,37 +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.33
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go-pie' 'git' 'mercurial')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('d02933e88613102e27a4aa5f2494ae2b55456cab8c5cadad9c412069b24c574a20609fc83b88bc8f9aa00bfd300822bc4c882392f65fec3e7a8056cebc6fb9d4')
-
-prepare() {
- cd client-$pkgver
-
- mkdir -p .gopath/src
- mv go/vendor/* .gopath/src/
- mkdir -p .gopath/src/github.com/keybase
- ln -sf "$PWD" .gopath/src/github.com/keybase/client
- export GOPATH="$PWD/.gopath"
-}
-
-build() {
- cd client-$pkgver/go/keybase
- # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
- go build -a -tags production github.com/keybase/client/go/keybase
-}
-
-package() {
- cd client-$pkgver
- 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 267875, keybase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-22 05:13:46 UTC (rev 267876)
@@ -0,0 +1,37 @@
+# $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.36
+pkgrel=1
+arch=('x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go-pie' 'git' 'mercurial')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('c6bd4805240bdafd27eac382a30fac6e5ac3e6eb313dda027533c3a8f366077c894b38c1b972ff5688104e1ca4231cbf4242eeb168de9782bbac732da5639ed0')
+
+prepare() {
+ cd client-$pkgver
+
+ mkdir -p .gopath/src
+ mv go/vendor/* .gopath/src/
+ mkdir -p .gopath/src/github.com/keybase
+ ln -sf "$PWD" .gopath/src/github.com/keybase/client
+ export GOPATH="$PWD/.gopath"
+}
+
+build() {
+ cd client-$pkgver/go/keybase
+ # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
+ go build -a -tags production github.com/keybase/client/go/keybase
+}
+
+package() {
+ cd client-$pkgver
+ 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