aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-09 08:27:31 -0700
committerAdam Vandenberg2010-09-09 08:27:31 -0700
commitc6ba6f2b2cbe4fbd762afc4cc3b4d92ca310baf3 (patch)
tree85f373ab5df15ca74b2edf7d04b58db0545fe3b0
parent23a3d05dedcdf4da839d82fb22aeb4718e4fbcd0 (diff)
downloadhomebrew-c6ba6f2b2cbe4fbd762afc4cc3b4d92ca310baf3.tar.bz2
mysqlreport script
-rw-r--r--Library/Formula/mysqlreport.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/mysqlreport.rb b/Library/Formula/mysqlreport.rb
new file mode 100644
index 000000000..2edd6340a
--- /dev/null
+++ b/Library/Formula/mysqlreport.rb
@@ -0,0 +1,8 @@
+require 'formula'
+
+class Mysqlreport <ScriptFileFormula
+ url 'http://hackmysql.com/scripts/mysqlreport'
+ version '3.5'
+ homepage 'http://hackmysql.com/mysqlreport'
+ md5 'cdad8742d2f6e7f5b296a4d1620dfa18'
+end