aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/legit.rb
blob: 89a2591c10bf3069a024bdd7c956f6e53169fd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Legit < Formula
  homepage 'http://www.git-legit.org/'
  url 'https://github.com/downloads/kennethreitz/legit/legit-v0.1.0-darwin-x86.tar.bz2'
  version '0.1.0'
  sha1 'a2cdfb59ab949f14f23784cf6861a50da923f71b'

  def install
    bin.install 'legit'
  end
end