homebrew-core/Formula/rfcdiff.rb

15 lines
313 B
Ruby

require 'formula'
class Rfcdiff < Formula
homepage 'http://tools.ietf.org/tools/rfcdiff/'
url 'http://tools.ietf.org/tools/rfcdiff/rfcdiff-1.41.tgz'
sha1 '02bcd3bf6078caec001bf677530c97893edf34a1'
depends_on 'wdiff'
depends_on 'gawk' => :recommended
def install
bin.install "rfcdiff"
end
end