summaryrefslogtreecommitdiff
path: root/homebrew/temporaltables/.beer
blob: cac8c2c1f9b9da3fe86e85071286acc2078dc44a (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": "TemporalTables",
    "description": "Temporal Tables PostgreSQL Extension",
    "url": "https://github.com/arkhipov/temporal_tables/archive/v1.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://pgxn.org/dist/temporal_tables/",
    "depends": [
        {
            "depend": "postgresql",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/mlt/temporal_tables/commit/24906c44.diff?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "ENV[\"PG_CONFIG\"] = Formula[\"postgresql\"].opt_bin/\"pg_config\"",
        "mkdir \"stage\"",
        "system \"make\", \"install\", \"DESTDIR=#{buildpath}/stage\"",
        "lib.install Dir[\"stage/**/lib/*\"]",
        "(share/\"postgresql/extension\").install Dir[\"stage/**/share/postgresql/extension/*\"]"
    ],
    "version": "1.2.0",
    "file": "temporal_tables.rb"
}