2012-04-12 22:21:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitEncrypt < Formula
|
|
|
|
homepage 'https://github.com/shadowhand/git-encrypt'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/shadowhand/git-encrypt/archive/0.3.0.tar.gz'
|
|
|
|
sha1 '24ce80398c003c082a21402eddf9e73387b6f885'
|
2012-04-12 22:21:03 +00:00
|
|
|
|
2013-03-01 09:34:37 +00:00
|
|
|
head 'https://github.com/shadowhand/git-encrypt.git', :branch => 'master'
|
2012-04-12 22:21:03 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'gitcrypt'
|
|
|
|
end
|
|
|
|
end
|