summaryrefslogtreecommitdiff
path: root/homebrew/yara/.beer
blob: e97155ebe81ac3d4d70967355685b24217ed0fc9 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "name": "Yara",
    "description": "Malware identification and classification tool",
    "url": "https://github.com/VirusTotal/yara/archive/v3.9.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/VirusTotal/yara/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "jansson",
            "build-depend": false
        },
        {
            "depend": "libmagic",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap.sh\"",
        "system \"./configure\", \"--disable-silent-rules\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-dotnet\",",
        "\"--enable-cuckoo\",",
        "\"--enable-magic\",",
        "\"--enable-macho\",",
        "\"--enable-dex\",",
        "\"--with-crypto\"",
        "system \"make\", \"install\""
    ],
    "version": "3.9.0",
    "file": "yara.rb"
}