2010-04-29 14:33:43 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Man2html < Formula
|
2011-02-18 04:27:06 +00:00
|
|
|
url 'http://www.oit.uci.edu/indiv/ehood/tar/man2html3.0.1.tar.gz'
|
|
|
|
homepage 'http://www.oac.uci.edu/indiv/ehood/man2html.html'
|
2010-04-29 14:33:43 +00:00
|
|
|
md5 '1c0d28c83225d0ebc845f2386c8f8384'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.mkpath
|
|
|
|
man1.mkpath
|
|
|
|
system "/usr/bin/perl", "install.me", "-batch",
|
2010-04-07 05:58:35 +00:00
|
|
|
"-binpath", bin,
|
|
|
|
"-manpath", man
|
2010-04-29 14:33:43 +00:00
|
|
|
end
|
|
|
|
end
|