summaryrefslogtreecommitdiff
path: root/homebrew/h3/.beer
blob: 9213a3b64568f52d05d4c3751a2497e28874c04e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "H3",
    "description": "Hexagonal hierarchical geospatial indexing system",
    "url": "https://github.com/uber/h3/archive/v3.4.2.tar.gz",
    "mirror": null,
    "homepage": "https://uber.github.io/h3/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DBUILD_SHARED_LIBS=YES\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "3.4.2",
    "file": "h3.rb"
}