[arch-commits] Commit in kbfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Oct 23 21:48:37 UTC 2018
Date: Tuesday, October 23, 2018 @ 21:48:37
Author: eschwartz
Revision: 398735
archrelease: copy trunk to community-x86_64
Added:
kbfs/repos/community-x86_64/PKGBUILD
(from rev 398734, kbfs/trunk/PKGBUILD)
Deleted:
kbfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-23 21:48:22 UTC (rev 398734)
+++ PKGBUILD 2018-10-23 21:48:37 UTC (rev 398735)
@@ -1,38 +0,0 @@
-# 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
-}
Copied: kbfs/repos/community-x86_64/PKGBUILD (from rev 398734, kbfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-23 21:48:37 UTC (rev 398735)
@@ -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.8.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=('892b7c51f52ca129145f10932e23c22f0f7003ea8662d26939d4f9e72cd8296fc5a66516dc7a3135fdc1cb96b1d02160c0f1dd32a4a6fe13ddcd4750eac9b8fc')
+
+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