Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633554 - app-crypt/kbfs: Build the Git remote helper
Summary: app-crypt/kbfs: Build the Git remote helper
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-05 14:59 UTC by Karl-Johan Karlsson
Modified: 2017-10-23 13:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kbfs-9999.ebuild (kbfs-9999.ebuild,979 bytes, text/plain)
2017-10-05 14:59 UTC, Karl-Johan Karlsson
Details
metadata.xml with description of added "git" USE flag (metadata.xml,475 bytes, text/xml)
2017-10-05 14:59 UTC, Karl-Johan Karlsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl-Johan Karlsson 2017-10-05 14:59:02 UTC
Created attachment 497732 [details]
kbfs-9999.ebuild

Keybase has introduced a remote helper for Git which makes it easy to store repositories in KBFS. See the blog post at https://keybase.io/blog/encrypted-git-for-everyone.

Attached is an updated app-crypt/kbfs-9999.ebuild that builds and installs the git-remote-keybase binary required to add this functionality to Git.

Like the rest of Keybase, it's written in Go, which I have no idea how to properly build, but cargo-culting the lines for the kbfsfuse binary seems to work.
Comment 1 Karl-Johan Karlsson 2017-10-05 14:59:51 UTC
Created attachment 497734 [details]
metadata.xml with description of added "git" USE flag
Comment 2 Karl-Johan Karlsson 2017-10-23 08:01:21 UTC
Pull request submitted: https://github.com/gentoo/gentoo/pull/6023
Comment 3 Karl-Johan Karlsson 2017-10-23 13:41:28 UTC
The pull request has been merged.