summaryrefslogtreecommitdiff
path: root/homebrew/fail2ban/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fail2ban/.beer')
-rw-r--r--homebrew/fail2ban/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/fail2ban/.beer b/homebrew/fail2ban/.beer
new file mode 100644
index 000000000..18ebf033a
--- /dev/null
+++ b/homebrew/fail2ban/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file