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

Eli Schwartz eschwartz at archlinux.org
Thu May 31 21:26:30 UTC 2018


    Date: Thursday, May 31, 2018 @ 21:26:29
  Author: eschwartz
Revision: 335311

archrelease: copy trunk to community-x86_64

Added:
  kbfs/repos/community-x86_64/PKGBUILD
    (from rev 335310, kbfs/trunk/PKGBUILD)
Deleted:
  kbfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 21:26:11 UTC (rev 335310)
+++ PKGBUILD	2018-05-31 21:26:29 UTC (rev 335311)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michael Hansen <zrax0111 gmail com>
-
-pkgname=kbfs
-pkgver=1.0.48
-pkgrel=1
-pkgdesc="The Keybase filesystem"
-arch=('x86_64')
-url="https://keybase.io/docs/kbfs"
-license=('BSD')
-depends=('fuse' 'keybase')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz")
-sha512sums=('89b391223e2c7014e64c09e5303c7b89bea2508331b5d53facf8802de2442c4e53a4d79f65c085a2b3234762b334d3d36e903867ef841140d44207926d82991c')
-
-
-prepare() {
-  cd kbfs-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
-}
-
-build() {
-  cd kbfs-$pkgver
-  export GOPATH="$srcdir/.gopath"
-  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
-  go build -a -tags production -o bin/git-remote-keybase github.com/keybase/kbfs/kbfsgit/git-remote-keybase
-}
-
-package() {
-  cd kbfs-$pkgver/
-
-  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 packaging/linux/systemd/kbfs.service "$pkgdir"/usr/lib/systemd/user/kbfs.service
-}

Copied: kbfs/repos/community-x86_64/PKGBUILD (from rev 335310, kbfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 21:26:29 UTC (rev 335311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Hansen <zrax0111 gmail com>
+
+pkgname=kbfs
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="The Keybase filesystem"
+arch=('x86_64')
+url="https://keybase.io/docs/kbfs"
+license=('BSD')
+depends=('fuse' 'keybase')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz")
+sha512sums=('ee43f890723dcd0f2ec95981334a55fe42e27d1224f0058c8fd78c337b7097c6c5af0d798bcee37fe381e9ef1ad188fce5ce6a23ecfd9293d61378932635582b')
+
+prepare() {
+  cd kbfs-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
+}
+
+build() {
+  cd kbfs-$pkgver
+  export GOPATH="$srcdir/.gopath"
+  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
+  go build -a -tags production -o bin/git-remote-keybase github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+}
+
+package() {
+  cd kbfs-$pkgver/
+
+  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 packaging/linux/systemd/kbfs.service "$pkgdir"/usr/lib/systemd/user/kbfs.service
+}



More information about the arch-commits mailing list