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

Eli Schwartz eschwartz at archlinux.org
Wed Sep 12 22:50:46 UTC 2018


    Date: Wednesday, September 12, 2018 @ 22:50:45
  Author: eschwartz
Revision: 380071

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 22:50:28 UTC (rev 380070)
+++ PKGBUILD	2018-09-12 22:50:45 UTC (rev 380071)
@@ -1,39 +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=2.5.0
-pkgrel=1
-pkgdesc="The Keybase filesystem"
-arch=('x86_64')
-url="https://keybase.io/docs/kbfs"
-license=('BSD')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz")
-sha512sums=('a12f3491c3d7dd42b78d24957f3b469837a8e6d682e91dfe6020e74e24374ce95f9de31578579680ee35513637512e84849d598d34b3e8e78f96cf99ac9cd701')
-
-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() {
-  depends=('fuse' 'keybase')
-  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 380070, kbfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-12 22:50:45 UTC (rev 380071)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Hansen <zrax0111 gmail com>
+
+pkgname=kbfs
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="The Keybase filesystem"
+arch=('x86_64')
+url="https://keybase.io/docs/kbfs"
+license=('BSD')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz")
+sha512sums=('f636f6d01fa12e63930be7fa2d0cd919c37e68820bd602af6a54703a64759e475c5e19e29bf60b94d02dd9db188709c9ecd4da7abd05af7880fdf5e94a8d3590')
+
+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() {
+  depends=('fuse' 'keybase')
+  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