homebrew-core/Formula/rfcmarkup.rb
nibbles 2bits 161d652d27 rfcmarkup 1.101
- Upgrade to 1.101
- Remove the failing inreplace. It is merged upstream.

Closes Homebrew/homebrew#15482.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-16 09:43:36 -07:00

12 lines
292 B
Ruby

require 'formula'
class Rfcmarkup < Formula
homepage 'http://tools.ietf.org/tools/rfcmarkup/'
url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.101.tgz'
sha1 'e0c6822185b5b2d73dc72e169d87fab9c50dc2a8'
def install
bin.install "rfcmarkup"
prefix.install 'todo'
end
end