summaryrefslogtreecommitdiff
path: root/homebrew/mysqlsandbox/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mysqlsandbox/.beer')
-rw-r--r--homebrew/mysqlsandbox/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/mysqlsandbox/.beer b/homebrew/mysqlsandbox/.beer
new file mode 100644
index 000000000..e637bb048
--- /dev/null
+++ b/homebrew/mysqlsandbox/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "MysqlSandbox",
+ "description": "Install one or more MySQL servers",
+ "url": "https://github.com/datacharmer/mysql-sandbox/archive/3.2.17.tar.gz",
+ "mirror": null,
+ "homepage": "https://mysqlsandbox.net",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV[\"PERL_LIBDIR\"] = libexec/\"lib/perl5\"",
+ "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5/site_perl\"",
+ "system \"perl\", \"Makefile.PL\", \"PREFIX=#{libexec}\"",
+ "system \"make\", \"test\", \"install\"",
+ "bin.install Dir[\"#{libexec}/bin/*\"]",
+ "bin.env_script_all_files(libexec/\"bin\", :PERL5LIB => ENV[\"PERL5LIB\"])"
+ ],
+ "version": "3.2.17",
+ "file": "mysql-sandbox.rb"
+} \ No newline at end of file