summaryrefslogtreecommitdiff
path: root/homebrew/cstorefdw/.beer
blob: bfe20916bd7a8e9b372bb7fa649d4467d23d67f9 (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
{
    "name": "CstoreFdw",
    "description": "Columnar store for analytics with Postgres",
    "url": "https://github.com/citusdata/cstore_fdw/archive/v1.6.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/citusdata/cstore_fdw",
    "depends": [
        {
            "depend": "postgresql",
            "build-depend": false
        },
        {
            "depend": "protobuf-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PG_CONFIG\"] = Formula[\"postgresql\"].opt_bin/\"pg_config\"",
        "system \"make\", \"libpq=-L#{Formula[\"postgresql\"].opt_lib} -lpq\"",
        "mkdir \"stage\"",
        "system \"make\", \"install\", \"DESTDIR=#{buildpath}/stage\"",
        "lib.install Dir[\"stage/**/lib/*\"]",
        "(share/\"postgresql/extension\").install Dir[\"stage/**/share/postgresql/extension/*\"]"
    ],
    "version": "1.6.2",
    "file": "cstore_fdw.rb"
}