2010-09-09 15:27:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2012-04-28 18:11:25 +00:00
|
|
|
class Mysqlreport < Formula
|
2010-09-09 15:27:31 +00:00
|
|
|
homepage 'http://hackmysql.com/mysqlreport'
|
2012-04-28 18:11:25 +00:00
|
|
|
url 'http://hackmysql.com/scripts/mysqlreport-3.5.tgz'
|
|
|
|
md5 '33a345f5e2c89b083a9ff0423f7fd7b4'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "mysqlreport"
|
|
|
|
doc.install Dir["*.html"]
|
|
|
|
end
|
2010-09-09 15:27:31 +00:00
|
|
|
end
|