aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-encrypt.rb
blob: 5ab49ba172c71c3ea5ce1963105394ed20e095bc (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/tarball/0.3.0'
  sha1 '3b06d626e1eb33651de24ead3a5a9b10cdd8278a'

  head 'http://github.com/shadowhand/git-encrypt.git', :branch => 'master'

  def install
    bin.install 'gitcrypt'
  end
end