aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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