2012-04-12 22:21:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitEncrypt < Formula
|
|
|
|
homepage 'https://github.com/shadowhand/git-encrypt'
|
|
|
|
url 'https://github.com/shadowhand/git-encrypt/tarball/0.3.0'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '3b06d626e1eb33651de24ead3a5a9b10cdd8278a'
|
2012-04-12 22:21:03 +00:00
|
|
|
|
|
|
|
head 'http://github.com/shadowhand/git-encrypt.git', :branch => 'master'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'gitcrypt'
|
|
|
|
end
|
|
|
|
end
|