blob: fff2710bb45d22b1e6d8f6b6c8fde0354ebf3153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
require 'formula'
class Fmdiff < Formula
  homepage 'http://www.defraine.net/~brunod/fmdiff/'
  url 'http://www.defraine.net/~brunod/fmdiff/fmscripts-20110714.tar.gz'
  md5 '54b5ed94c89acd309effd37187414593'
  head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/'
  def install
    bin.install Dir["fm*"]
  end
end
  |