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