[arch-commits] Commit in kbfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Aug 9 06:51:13 UTC 2018
Date: Thursday, August 9, 2018 @ 06:51:12
Author: eschwartz
Revision: 370471
archrelease: copy trunk to community-x86_64
Added:
kbfs/repos/community-x86_64/PKGBUILD
(from rev 370470, kbfs/trunk/PKGBUILD)
Deleted:
kbfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-09 06:50:52 UTC (rev 370470)
+++ PKGBUILD 2018-08-09 06:51:12 UTC (rev 370471)
@@ -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.3.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=('c7521f9664ec78fc8fd1a6d9f3e86f4680260ed507223c2a6a2694ff686984bfc615ac454da10ff7b01247866ad65a5e719e3fb8db5f0c3044e019ab7a82356f')
-
-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 370470, kbfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-09 06:51:12 UTC (rev 370471)
@@ -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.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
+}
More information about the arch-commits
mailing list