summaryrefslogtreecommitdiff
path: root/homebrew/psqlodbc/.beer
blob: f7c571f89e281c17765df6ea601d2ceafbbc7bf8 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "name": "Psqlodbc",
    "description": "Official PostgreSQL ODBC driver",
    "url": "https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-10.03.0000.tar.gz",
    "mirror": null,
    "homepage": "https://odbc.postgresql.org",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "postgresql",
            "build-depend": false
        },
        {
            "depend": "unixodbc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-unixodbc=#{Formula[\"unixodbc\"].opt_prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "10.03.0000",
    "file": "psqlodbc.rb"
}