homebrew-core/Formula/rfcstrip.rb

13 lines
301 B
Ruby

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