summaryrefslogtreecommitdiff
path: root/homebrew/testssl/.beer
blob: 6dd485e00c37bc9bcecc2a60e6f98e2f900408a0 (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
{
    "name": "Testssl",
    "description": "Tool which checks for the support of TLS/SSL ciphers and flaws",
    "url": "https://github.com/drwetter/testssl.sh/archive/v2.9.5-7.tar.gz",
    "mirror": null,
    "homepage": "https://testssl.sh/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"testssl.sh\"",
        "man1.install \"doc/testssl.1\"",
        "prefix.install \"etc\"",
        "env = {",
        ":PATH                => \"#{Formula[\"openssl\"].opt_bin}:$PATH\",",
        ":TESTSSL_INSTALL_DIR => prefix,",
        "}",
        "bin.env_script_all_files(libexec/\"bin\", env)"
    ],
    "version": "2.9.5",
    "file": "testssl.rb"
}