summaryrefslogtreecommitdiff
path: root/homebrew/hyperscan/.beer
blob: 8cb2f7f01f8c12416475a2b78d751d79cd674169 (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": "Hyperscan",
    "description": "High-performance regular expression matching library",
    "url": "https://github.com/intel/hyperscan/archive/v5.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.hyperscan.io/",
    "depends": [
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "ragel",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args, \"-DBUILD_STATIC_AND_SHARED=on\"",
        "system \"make\", \"install\""
    ],
    "version": "5.1.1",
    "file": "hyperscan.rb"
}