2014-08-21 07:26:08 +00:00
|
|
|
require "formula"
|
2012-04-12 22:21:03 +00:00
|
|
|
|
|
|
|
class GitEncrypt < Formula
|
2014-08-21 07:26:08 +00:00
|
|
|
homepage "https://github.com/shadowhand/git-encrypt"
|
|
|
|
url "https://github.com/shadowhand/git-encrypt/archive/0.3.2.tar.gz"
|
|
|
|
sha1 "f15eca78cb2ea43bb4f258dea87fe3e6f2dd08b5"
|
2012-04-12 22:21:03 +00:00
|
|
|
|
2014-12-03 22:44:40 +00:00
|
|
|
head "https://github.com/shadowhand/git-encrypt.git"
|
2012-04-12 22:21:03 +00:00
|
|
|
|
|
|
|
def install
|
2014-08-21 07:26:08 +00:00
|
|
|
bin.install "gitcrypt"
|
2012-04-12 22:21:03 +00:00
|
|
|
end
|
|
|
|
end
|