summaryrefslogtreecommitdiff
path: root/homebrew/sqltranslator/.beer
blob: 332e04a88e64b6687a2e236aa12e377133672ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
}