summaryrefslogtreecommitdiff
path: root/homebrew/pgbadger/.beer
blob: b72a818fec04adb9a0e4ac2de8ef95cf2ea75051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Pgbadger",
    "description": "Log analyzer for PostgreSQL",
    "url": "https://github.com/darold/pgbadger/archive/v10.2.tar.gz",
    "mirror": null,
    "homepage": "https://pgbadger.darold.net/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"perl\", \"Makefile.PL\", \"DESTDIR=#{buildpath}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "bin.install \"usr/local/bin/pgbadger\"",
        "man1.install \"usr/local/share/man/man1/pgbadger.1p\""
    ],
    "version": "10.2",
    "file": "pgbadger.rb"
}