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

class Pit < Formula
  url 'https://github.com/michaeldv/pit/tarball/0.1.0'
  homepage 'http://github.com/michaeldv/pit'
  md5 '981d6a9f781c3cfeee0349468e2cab7f'

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