summaryrefslogtreecommitdiff
path: root/homebrew/pgformatter/.beer
blob: 20e148871d50daa2937df3bf6671d7b8b751bbba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Pgformatter",
    "description": "PostgreSQL syntax beautifier",
    "url": "https://github.com/darold/pgFormatter/archive/v3.3.tar.gz",
    "mirror": null,
    "homepage": "https://sqlformat.darold.net/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"perl\", \"Makefile.PL\", \"DESTDIR=.\"",
        "system \"make\", \"install\"",
        "prefix.install (buildpath/\"usr/local\").children",
        "(libexec/\"lib\").install \"blib/lib/pgFormatter\"",
        "libexec.install bin/\"pg_format\"",
        "bin.install_symlink libexec/\"pg_format\""
    ],
    "version": "3.3",
    "file": "pgformatter.rb"
}