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

class Pit < Formula
  homepage 'http://github.com/michaeldv/pit'
  url 'https://github.com/michaeldv/pit/tarball/0.1.0'
  sha1 'c03e5d6b1ad0a59124be45aca9395dafac5260a4'

  def install
    system "make"
    bin.install "bin/pit"
  end
end