summaryrefslogtreecommitdiff
path: root/homebrew/pegtl/.beer
blob: d681853fd4d259a9e424fbec206ea08980b98da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Pegtl",
    "description": "Parsing Expression Grammar Template Library",
    "url": "https://github.com/taocpp/PEGTL/archive/2.8.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/taocpp/PEGTL",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "prefix.install \"include\"",
        "rm \"src/example/pegtl/CMakeLists.txt\"",
        "(pkgshare/\"examples\").install (buildpath/\"src/example/pegtl\").children"
    ],
    "version": "2.8.0",
    "file": "pegtl.rb"
}