2011-03-11 15:41:55 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fmdiff < Formula
|
2012-05-10 14:10:12 +00:00
|
|
|
homepage 'http://www.defraine.net/~brunod/fmdiff/'
|
2012-08-04 20:35:48 +00:00
|
|
|
url 'http://www.defraine.net/~brunod/fmdiff/fmscripts-20120522.tar.gz'
|
|
|
|
sha1 'cdb98c68b617c8b42e714a906b7f3824c4c5afe9'
|
2012-02-07 02:49:34 +00:00
|
|
|
|
2012-05-10 14:10:12 +00:00
|
|
|
head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/'
|
2011-03-11 15:41:55 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install Dir["fm*"]
|
|
|
|
end
|
|
|
|
end
|