2010-02-11 08:56:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Idcomments < Formula
|
2010-02-11 08:56:14 +00:00
|
|
|
url 'http://tools.ietf.org/tools/idcomments/idcomments-0.18.tgz'
|
|
|
|
homepage 'http://tools.ietf.org/tools/idcomments/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'e7e6430926b0c502afcb55a91e90cd84d55c07d4'
|
2010-02-11 08:56:14 +00:00
|
|
|
|
|
|
|
def install
|
2010-02-16 14:22:20 +00:00
|
|
|
inreplace 'idcomments', '$(tempfile)', '$(mktemp /tmp/idcomments.XXXXXXXX)'
|
|
|
|
bin.install 'idcomments'
|
2010-02-11 08:56:14 +00:00
|
|
|
doc.install %w(about changelog copyright todo)
|
|
|
|
end
|
|
|
|
end
|