2010-02-10 15:25:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Rfcstrip < Formula
|
2010-02-10 15:25:14 +00:00
|
|
|
url 'http://trac.tools.ietf.org/tools/rfcstrip/rfcstrip-1.03.tgz'
|
|
|
|
homepage 'http://trac.tools.ietf.org/tools/rfcstrip/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '1436aced9980856585e061bda26df7c9d7d9cc7e'
|
2010-02-10 15:25:14 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "rfcstrip"
|
|
|
|
doc.install %w(about todo)
|
|
|
|
end
|
|
|
|
end
|