blob: 535e3148c836291b7783d4f4fd72c8934f930cd0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | require "formula"
class GitEncrypt < Formula
  homepage "https://github.com/shadowhand/git-encrypt"
  url "https://github.com/shadowhand/git-encrypt/archive/0.3.2.tar.gz"
  sha1 "f15eca78cb2ea43bb4f258dea87fe3e6f2dd08b5"
  head "https://github.com/shadowhand/git-encrypt.git"
  def install
    bin.install "gitcrypt"
  end
end
 |