aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/class-dump.rb
blob: 92aa97147f5d8c4bc44933e8da5c8afe311d8039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class ClassDump <Formula
  url 'http://www.codethecode.com/download/class-dump-3.3.1.tar.bz2'
  homepage 'http://www.codethecode.com/projects/class-dump/'
  md5 '52e8d718d5087e9873f2c8880dcbd6f6'

  skip_clean "bin/class-dump"

  def install
    bin.install 'class-dump'
  end
end