2012-04-12 22:21:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitEncrypt < Formula
|
|
|
|
homepage 'https://github.com/shadowhand/git-encrypt'
|
2013-07-21 19:30:10 +00:00
|
|
|
url 'https://github.com/shadowhand/git-encrypt/archive/0.3.1.tar.gz'
|
|
|
|
sha1 '2a9a0bff06c0ac1a95961cbf61c3efa1c926a294'
|
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
|