summaryrefslogtreecommitdiff
path: root/homebrew/postgresqlat96/.beer
blob: 2563a9313ce459cbf6ae46f8b4830b4c51448630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "PostgresqlAT96",
    "description": "Object-relational database system",
    "url": "https://ftp.postgresql.org/pub/source/v9.6.11/postgresql-9.6.11.tar.bz2",
    "mirror": null,
    "homepage": "https://www.postgresql.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"log\").mkpath",
        "(var/name).mkpath",
        "unless File.exist? \"#{var}/#{name}/PG_VERSION\"",
        "system \"#{bin}/initdb\", \"#{var}/#{name}\""
    ],
    "version": "9.6.11",
    "file": "postgresql@9.6.rb"
}