[arch-commits] Commit in kbfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Jun 20 22:18:44 UTC 2018
Date: Wednesday, June 20, 2018 @ 22:18:43
Author: eschwartz
Revision: 344235
archrelease: copy trunk to community-x86_64
Added:
kbfs/repos/community-x86_64/PKGBUILD
(from rev 344234, kbfs/trunk/PKGBUILD)
Deleted:
kbfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-20 22:18:24 UTC (rev 344234)
+++ PKGBUILD 2018-06-20 22:18:43 UTC (rev 344235)
@@ -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.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
-}
Copied: kbfs/repos/community-x86_64/PKGBUILD (from rev 344234, kbfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-20 22:18:43 UTC (rev 344235)
@@ -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.1.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=('04dd058e97c85d5188cc61a56cc4a4468ec1d4d6b2f65cbe0edb88cec2864cef3525e6f48729761a2cc6fa79559794e5a3fd9663cb31dcaaaeff90a32f2a211a')
+
+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