New formula: rfcdiff

master
Lars Eggert 2010-02-10 17:36:49 +02:00 committed by Adam Vandenberg
parent a49c0d9a7f
commit 7b91994954
1 changed files with 15 additions and 0 deletions

15
Formula/rfcdiff.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Rfcdiff <Formula
url 'http://tools.ietf.org/tools/rfcdiff/rfcdiff-1.38.tgz'
homepage 'http://tools.ietf.org/tools/rfcdiff/'
md5 '127e724c8263e10ed74a2f74705930cb'
depends_on 'wdiff'
depends_on 'gawk' => :recommended
def install
bin.install "rfcdiff"
prefix.install "todo"
end
end