aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kuehl2010-02-16 15:10:42 +0100
committerAdam Vandenberg2010-03-09 09:17:18 -0800
commit0dcd53de529ec6cc5a9f072fa9a1e794b165721e (patch)
treea32b70feb8ce15e241df9add82371725970a5b1f /Library/Formula
parent525692d74d9bf2b010fe4718140b090f8b5c97f9 (diff)
downloadhomebrew-0dcd53de529ec6cc5a9f072fa9a1e794b165721e.tar.bz2
New formula: class-dump
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/class-dump.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/class-dump.rb b/Library/Formula/class-dump.rb
new file mode 100644
index 000000000..92aa97147
--- /dev/null
+++ b/Library/Formula/class-dump.rb
@@ -0,0 +1,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