2011-03-11 15:41:55 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fmdiff < Formula
|
2012-02-07 02:49:34 +00:00
|
|
|
url 'http://www.defraine.net/~brunod/fmdiff/fmscripts-20110714.tar.gz'
|
|
|
|
md5 '54b5ed94c89acd309effd37187414593'
|
2011-03-11 15:41:55 +00:00
|
|
|
homepage 'http://www.defraine.net/~brunod/fmdiff/'
|
2012-02-07 02:49:34 +00:00
|
|
|
|
2011-03-11 15:41:55 +00:00
|
|
|
head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/', :using => :svn
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install Dir["fm*"]
|
|
|
|
end
|
|
|
|
end
|