summaryrefslogtreecommitdiff
path: root/homebrew/sqltranslator/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sqltranslator/.beer')
-rw-r--r--homebrew/sqltranslator/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/sqltranslator/.beer b/homebrew/sqltranslator/.beer
new file mode 100644
index 000000000..332e04a88
--- /dev/null
+++ b/homebrew/sqltranslator/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "SqlTranslator",
+ "description": "Manipulate structured data definitions (SQL and more)",
+ "url": "https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-0.11024.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/dbsrgits/sql-translator/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
+ "ENV[\"PERL_MM_OPT\"] = \"INSTALL_BASE=#{libexec}\"",
+ "system \"perl\", \"Makefile.PL\", \"--defaultdeps\"",
+ "system \"make\", \"install\"",
+ "bin.install Dir[\"#{libexec}/bin/sqlt*\"]",
+ "man1.install Dir[\"#{libexec}/man/man1/sqlt*.1\"]",
+ "bin.env_script_all_files libexec/\"bin\", :PERL5LIB => ENV[\"PERL5LIB\"]"
+ ],
+ "version": "0.11024",
+ "file": "sql-translator.rb"
+} \ No newline at end of file