summaryrefslogtreecommitdiff
path: root/homebrew/sslscan/.beer
blob: 34b6671f6d775d5d16d6e81b6f46e5649dd68d36 (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
{
    "name": "Sslscan",
    "description": "Test SSL/TLS enabled services to discover supported cipher suites",
    "url": "https://github.com/rbsec/sslscan/archive/1.11.12-rbsec.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rbsec/sslscan",
    "depends": [],
    "resource": [
        {
            "name": "insecure-openssl",
            "url": "https://github.com/openssl/openssl/archive/OpenSSL_1_0_2f.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "(buildpath/\"openssl\").install resource(\"insecure-openssl\")",
        "inreplace \"Makefile\", \"openssl/Makefile: .openssl.is.fresh\",",
        "\"openssl/Makefile:\"",
        "ENV.deparallelize do",
        "system \"make\", \"static\""
    ],
    "version": "1.11.12",
    "file": "sslscan.rb"
}