Commit c38a4389 authored by Robert Sigler's avatar Robert Sigler

Addding package kbfsgit

parent 0814650b
require 'package'
class Kbfsgit < Package
description 'Keybase encrypted git repositories.'
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/kbfsgit"
system "go build -o #{CREW_DEST_PREFIX}/bin/git-remote-keybase -tags production github.com/keybase/kbfs/kbfsgit"
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