summaryrefslogtreecommitdiff
path: root/homebrew/zydis/.beer
blob: 5640c0629358bd719ca956d7e83c4ccf641d0b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Zydis",
    "description": "Fast and lightweight x86/x86_64 disassembler library",
    "url": "https://github.com/zyantific/zydis/archive/v2.0.3.tar.gz",
    "mirror": null,
    "homepage": "https://zydis.re",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.0.3",
    "file": "zydis.rb"
}