Wrapper scripts for FileMerge

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Vidar Gundersen 2011-03-11 16:41:55 +01:00 committed by Adam Vandenberg
parent 01a12e5ee1
commit 74de4e3abb
1 changed files with 10 additions and 0 deletions

10
Formula/fmdiff.rb Normal file
View File

@ -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