2010-02-11 08:56:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Idcomments <Formula
|
|
|
|
url 'http://tools.ietf.org/tools/idcomments/idcomments-0.18.tgz'
|
|
|
|
homepage 'http://tools.ietf.org/tools/idcomments/'
|
|
|
|
md5 '6ceb271af37754657c7f81b3dba334de'
|
|
|
|
|
|
|
|
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
|