diff options
| author | Sundar Raman | 2012-04-12 18:21:03 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-16 20:22:01 -0700 |
| commit | 5bd8357f118680810629c769b1589883f4e455a4 (patch) | |
| tree | 5e1a0e3557ce3a3b3a8d7ca418322027330fc0c2 | |
| parent | 72c2fe2be1692dc48da9af15555552068c041fc5 (diff) | |
| download | homebrew-5bd8357f118680810629c769b1589883f4e455a4.tar.bz2 | |
git-encrypt 0.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/git-encrypt.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb new file mode 100644 index 000000000..a4ef24bc1 --- /dev/null +++ b/Library/Formula/git-encrypt.rb @@ -0,0 +1,13 @@ +require 'formula' + +class GitEncrypt < Formula + homepage 'https://github.com/shadowhand/git-encrypt' + url 'https://github.com/shadowhand/git-encrypt/tarball/0.3.0' + md5 '72d0e662eda75f26d8f84caffb11b2db' + + head 'http://github.com/shadowhand/git-encrypt.git', :branch => 'master' + + def install + bin.install 'gitcrypt' + end +end |
