summaryrefslogtreecommitdiff
path: root/homebrew/fail2ban/.beer
blob: 18ebf033a3588162dcaf8042ec394143c1f9b153 (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
{
    "name": "Fail2ban",
    "description": "Scan log files and ban IPs showing malicious signs",
    "url": "https://github.com/fail2ban/fail2ban/archive/0.10.4.tar.gz",
    "mirror": null,
    "homepage": "https://www.fail2ban.org/",
    "depends": [
        {
            "depend": "help2man",
            "build-depend": true
        },
        {
            "depend": "sphinx-doc",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(etc/\"fail2ban\").mkpath",
        "(var/\"run/fail2ban\").mkpath"
    ],
    "version": "0.10.4",
    "file": "fail2ban.rb"
}