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

Eli Schwartz eschwartz at archlinux.org
Wed May 9 20:44:47 UTC 2018


    Date: Wednesday, May 9, 2018 @ 20:44:47
  Author: eschwartz
Revision: 319908

archrelease: copy trunk to community-x86_64

Deleted:
  kbfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-09 20:43:48 UTC (rev 319907)
+++ PKGBUILD	2018-05-09 20:44:47 UTC (rev 319908)
@@ -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.47
-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=('1f15239e736d8d06291ece19731a394d8a3a82c2e0396801db37acbfa35a1e69c6b1b397a7fc8e0b645120de71cc61f7f9e7e8d518fbad12943ce9f083e70108')
-
-
-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 -Dm755 packaging/linux/systemd/kbfs.service "$pkgdir"/usr/lib/systemd/user/kbfs.service
-}



More information about the arch-commits mailing list