homebrew-core/Formula/git-encrypt.rb

14 lines
330 B
Ruby
Raw Normal View History

2014-08-21 07:26:08 +00:00
require "formula"
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"
2014-12-03 22:44:40 +00:00
head "https://github.com/shadowhand/git-encrypt.git"
def install
2014-08-21 07:26:08 +00:00
bin.install "gitcrypt"
end
end