summaryrefslogtreecommitdiff
path: root/homebrew/antlr4cppruntime/.beer
blob: c6fb5ad656a542e0f711222d0e24017d1ae7fe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Antlr4CppRuntime",
    "description": "ANother Tool for Language Recognition C++ Runtime Library",
    "url": "https://www.antlr.org/download/antlr4-cpp-runtime-4.7.2-source.zip",
    "mirror": null,
    "homepage": "https://www.antlr.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "4.7.2",
    "file": "antlr4-cpp-runtime.rb"
}