summaryrefslogtreecommitdiff
path: root/homebrew/flatcc/.beer
blob: 54b1aceab4fb59cfbdb89064f0458d02541bbc4a (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
{
    "name": "Flatcc",
    "description": "FlatBuffers Compiler and Library in C for C",
    "url": "https://github.com/dvidelabs/flatcc/archive/v0.5.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/dvidelabs/flatcc",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \"-G\", \"Unix Makefiles\", buildpath, *std_cmake_args",
        "system \"make\"",
        "bin.install \"bin/flatcc\"",
        "lib.install \"lib/libflatcc.a\"",
        "lib.install \"lib/libflatccrt.a\"",
        "include.install Dir[\"include/*\"]"
    ],
    "version": "0.5.3",
    "file": "flatcc.rb"
}