Commit bf1581a1 authored by Robert Sigler's avatar Robert Sigler

Adding package kbfsgit (git-remote-keybase)

parent c38a4389
......@@ -15,7 +15,7 @@ class Kbfsgit < Package
depends_on 'keybase'
def self.install
system "go get github.com/keybase/kbfs/kbfsgit"
system "go build -o #{CREW_DEST_PREFIX}/bin/git-remote-keybase -tags production github.com/keybase/kbfs/kbfsgit"
system "go get github.com/keybase/kbfs/kbfsgit/git-remote-keybase"
system "go build -o #{CREW_DEST_PREFIX}/bin/git-remote-keybase -tags production github.com/keybase/kbfs/kbfsgit/git-remote-keybase"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment