homebrew-core/Formula/rfcstrip.rb
Lars Eggert fd2fcc2825 New formula: rfcstrip
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-18 18:16:02 -07:00

12 lines
291 B
Ruby

require 'formula'
class Rfcstrip <Formula
url 'http://trac.tools.ietf.org/tools/rfcstrip/rfcstrip-1.03.tgz'
homepage 'http://trac.tools.ietf.org/tools/rfcstrip/'
md5 '8b1a1e8b2a7e893428deb04a8e981c7d'
def install
bin.install "rfcstrip"
doc.install %w(about todo)
end
end