From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/mysqltuner/.beer | 16 ++++++++++++++++ homebrew/mysqltuner/.make.sh-auto | 2 ++ homebrew/mysqltuner/_metadata/description | 1 + homebrew/mysqltuner/_metadata/homepage | 1 + homebrew/mysqltuner/_metadata/name | 1 + homebrew/mysqltuner/_metadata/version | 1 + homebrew/mysqltuner/download.sh | 1 + 7 files changed, 23 insertions(+) create mode 100644 homebrew/mysqltuner/.beer create mode 100644 homebrew/mysqltuner/.make.sh-auto create mode 100644 homebrew/mysqltuner/_metadata/description create mode 100644 homebrew/mysqltuner/_metadata/homepage create mode 100644 homebrew/mysqltuner/_metadata/name create mode 100644 homebrew/mysqltuner/_metadata/version create mode 100755 homebrew/mysqltuner/download.sh (limited to 'homebrew/mysqltuner') diff --git a/homebrew/mysqltuner/.beer b/homebrew/mysqltuner/.beer new file mode 100644 index 000000000..e8b043f0a --- /dev/null +++ b/homebrew/mysqltuner/.beer @@ -0,0 +1,16 @@ +{ + "name": "Mysqltuner", + "description": "Increase performance and stability of a MySQL installation", + "url": "https://github.com/major/MySQLTuner-perl/archive/1.7.13.tar.gz", + "mirror": null, + "homepage": "https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.install \"mysqltuner.pl\" => \"mysqltuner\"" + ], + "version": "1.7.13", + "file": "mysqltuner.rb" +} \ No newline at end of file diff --git a/homebrew/mysqltuner/.make.sh-auto b/homebrew/mysqltuner/.make.sh-auto new file mode 100644 index 000000000..bfc823b5d --- /dev/null +++ b/homebrew/mysqltuner/.make.sh-auto @@ -0,0 +1,2 @@ +pkg:setup +bin.install "mysqltuner.pl" => "mysqltuner" diff --git a/homebrew/mysqltuner/_metadata/description b/homebrew/mysqltuner/_metadata/description new file mode 100644 index 000000000..89f2818dc --- /dev/null +++ b/homebrew/mysqltuner/_metadata/description @@ -0,0 +1 @@ +Increase performance and stability of a MySQL installation diff --git a/homebrew/mysqltuner/_metadata/homepage b/homebrew/mysqltuner/_metadata/homepage new file mode 100644 index 000000000..980227497 --- /dev/null +++ b/homebrew/mysqltuner/_metadata/homepage @@ -0,0 +1 @@ +https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl diff --git a/homebrew/mysqltuner/_metadata/name b/homebrew/mysqltuner/_metadata/name new file mode 100644 index 000000000..0d632139d --- /dev/null +++ b/homebrew/mysqltuner/_metadata/name @@ -0,0 +1 @@ +Mysqltuner diff --git a/homebrew/mysqltuner/_metadata/version b/homebrew/mysqltuner/_metadata/version new file mode 100644 index 000000000..36c5cb9ef --- /dev/null +++ b/homebrew/mysqltuner/_metadata/version @@ -0,0 +1 @@ +1.7.13 diff --git a/homebrew/mysqltuner/download.sh b/homebrew/mysqltuner/download.sh new file mode 100755 index 000000000..10429a0e1 --- /dev/null +++ b/homebrew/mysqltuner/download.sh @@ -0,0 +1 @@ +wget https://github.com/major/MySQLTuner-perl/archive/1.7.13.tar.gz \ No newline at end of file -- cgit v1.2.3