homebrew-core/Formula/git-encrypt.rb
Sundar Raman b2a63d13ee git-encrypt 0.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16 20:22:01 -07:00

13 lines
334 B
Ruby

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