homebrew-core/Formula/fmdiff.rb

15 lines
374 B
Ruby
Raw Normal View History

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/'
url 'http://bruno.defraine.net/fmdiff/fmscripts-20120813.tar.gz'
sha1 'a5342820893f61b29e1060527cc722ef51574911'
head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/', :using => :svn
def install
system "make"
system "make", "DESTDIR=#{bin}", "install"
end
end