summaryrefslogtreecommitdiff
path: root/homebrew/libosmium/.beer
blob: 5c4200f79df1f2a7e43672baf2fe7633d7ae464d (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
{
    "name": "Libosmium",
    "description": "Fast and flexible C++ library for working with OpenStreetMap data",
    "url": "https://github.com/osmcode/libosmium/archive/v2.15.1.tar.gz",
    "mirror": null,
    "homepage": "https://osmcode.org/libosmium/",
    "depends": [
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "protozero",
            "url": "https://github.com/mapbox/protozero/archive/v1.6.3.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resource(\"protozero\").stage { libexec.install \"include\" }",
        "system \"cmake\", \".\", \"-DINSTALL_GDALCPP=ON\",",
        "\"-DINSTALL_UTFCPP=ON\",",
        "\"-DPROTOZERO_INCLUDE_DIR=#{libexec}/include\",",
        "*std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.15.1",
    "file": "libosmium.rb"
}