aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorVidar Gundersen2011-03-11 16:41:55 +0100
committerAdam Vandenberg2011-03-11 08:49:13 -0800
commit850e4af95c30adb47e47a8decbbdb470a474d83c (patch)
tree86c167f31fb09a527d1d628a03e6eab75a211977 /Library/Formula
parent82ab1fee11360c7e680f84cff23d8a015e615e08 (diff)
downloadhomebrew-850e4af95c30adb47e47a8decbbdb470a474d83c.tar.bz2
Wrapper scripts for FileMerge
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fmdiff.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/fmdiff.rb b/Library/Formula/fmdiff.rb
new file mode 100644
index 000000000..1f885c81d
--- /dev/null
+++ b/Library/Formula/fmdiff.rb
@@ -0,0 +1,10 @@
+require 'formula'
+
+class Fmdiff <Formula
+ homepage 'http://www.defraine.net/~brunod/fmdiff/'
+ head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/', :using => :svn
+
+ def install
+ bin.install Dir["fm*"]
+ end
+end