mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Add kbfs 1.0.36
kbfs is the official Keybase implementation of the client-side code for the Keybase filesystem (KBFS). This client allows you to mount KBFS as a proper filesystem at some mountpoint on your local device (by default, /keybase/). It communicates locally with the Keybase service, and remotely with three types of KBFS servers (block servers, metadata servers, and key servers). WWW: https://keybase.io/docs/kbfs WWW: https://github.com/keybase/kbfs
This commit is contained in:
parent
5d8ccef2de
commit
d2217d8855
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454869
@ -289,6 +289,7 @@
|
||||
SUBDIR += isnprober
|
||||
SUBDIR += jbrofuzz
|
||||
SUBDIR += john
|
||||
SUBDIR += kbfs
|
||||
SUBDIR += kc
|
||||
SUBDIR += kdbx-viewer
|
||||
SUBDIR += kedpm
|
||||
|
23
security/kbfs/Makefile
Normal file
23
security/kbfs/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kbfs
|
||||
PORTVERSION= 1.0.36
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Keybase Filesystem (KBFS)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
GO_TARGET= -tags production ${GO_PKGNAME}/kbfsfuse ${GO_PKGNAME}/kbfstool
|
||||
USES= go
|
||||
|
||||
PLIST_FILES= bin/kbfsfuse bin/kbfstool
|
||||
|
||||
GH_ACCOUNT= keybase
|
||||
USE_GITHUB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/kbfs/distinfo
Normal file
3
security/kbfs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1511466894
|
||||
SHA256 (keybase-kbfs-v1.0.36_GH0.tar.gz) = 73cf16d1cb3fd17ff5d13dad3d4517f7f813d8adc4525b0f6c39dac9b5184bf8
|
||||
SIZE (keybase-kbfs-v1.0.36_GH0.tar.gz) = 5135197
|
10
security/kbfs/pkg-descr
Normal file
10
security/kbfs/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
kbfs is the official Keybase implementation of the client-side code for the
|
||||
Keybase filesystem (KBFS).
|
||||
|
||||
This client allows you to mount KBFS as a proper filesystem at some mountpoint
|
||||
on your local device (by default, /keybase/). It communicates locally with the
|
||||
Keybase service, and remotely with three types of KBFS servers (block servers,
|
||||
metadata servers, and key servers).
|
||||
|
||||
WWW: https://keybase.io/docs/kbfs
|
||||
WWW: https://github.com/keybase/kbfs
|
Loading…
Reference in New Issue
Block a user