aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rfcstrip.rb
blob: f54d667ad317cd3e090e6872bdce651c41876494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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