Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
cbaaaaac
Commit
cbaaaaac
authored
Jan 31, 2018
by
Ed Reel
Committed by
GitHub
Jan 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1713 from rmrfslashbin/add-kbfsfuse-package
Adding KBFS (Keybase Fuse Filesystem)
parents
0814650b
385e4fb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
packages/kbfsfuse.rb
packages/kbfsfuse.rb
+21
-0
No files found.
packages/kbfsfuse.rb
0 → 100644
View file @
cbaaaaac
require
'package'
class
Kbfsfuse
<
Package
description
'Keybase fuse filesystem.'
homepage
'https://keybase.io/docs/kbfs'
version
'1.0.40'
source_url
'https://github.com/keybase/kbfs/archive/v1.0.40.tar.gz'
source_sha256
'2bbbfd2eb7ed12295375a182656af6dcc509827f7ed83c2b1dd0f72f56853fa5'
binary_url
({
})
binary_sha256
({
})
depends_on
'keybase'
def
self
.
install
system
"go get github.com/keybase/kbfs/kbfsfuse"
system
"go build -o
#{
CREW_DEST_PREFIX
}
/bin/kbfsfuse -tags production github.com/keybase/kbfs/kbfsfuse"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment