summaryrefslogtreecommitdiff
path: root/homebrew/osmpbf/.beer
blob: 37b543d49ae3732fd4e662850f4e9fa007aa5f6a (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
{
    "name": "OsmPbf",
    "description": "Tools related to PBF (an alternative to XML format)",
    "url": "https://github.com/scrosby/OSM-binary/archive/v1.3.3.tar.gz",
    "mirror": null,
    "homepage": "https://wiki.openstreetmap.org/wiki/PBF_Format",
    "depends": [
        {
            "depend": "protobuf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "cd \"src\" do",
        "system \"make\"",
        "lib.install \"libosmpbf.a\""
    ],
    "version": "1.3.3",
    "file": "osm-pbf.rb"
}