summaryrefslogtreecommitdiff
path: root/homebrew/nagiosplugins/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nagiosplugins/.beer')
-rw-r--r--homebrew/nagiosplugins/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/nagiosplugins/.beer b/homebrew/nagiosplugins/.beer
new file mode 100644
index 000000000..6224b9778
--- /dev/null
+++ b/homebrew/nagiosplugins/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "NagiosPlugins",
+ "description": "Plugins for the nagios network monitoring system",
+ "url": "https://www.nagios-plugins.org/download/nagios-plugins-2.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.nagios-plugins.org/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "monitoring-plugins",
+ "reason": "monitoring-plugins ships their plugins to the same folder."
+ }
+ ],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--disable-dependency-tracking",
+ "--prefix=#{libexec}",
+ "--libexecdir=#{libexec}/sbin",
+ "--with-openssl=#{Formula[\"openssl\"].opt_prefix}",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\"",
+ "sbin.write_exec_script Dir[\"#{libexec}/sbin/*\"]"
+ ],
+ "version": "2.2.1",
+ "file": "nagios-plugins.rb"
+} \ No newline at end of file