From a4837e77f2bab2613a63f278e22e11f2c58cb7d9 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 3 Sep 2009 10:18:48 -0700 Subject: Add znc, the advanced IRC proxy/bouncer Includes recipes for znc and its dep, the c-ares lib Now without stripping, so .so plugins will load --- Library/Formula/c-ares.rb | 12 ++++++++++++ Library/Formula/znc.rb | 26 ++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Library/Formula/c-ares.rb create mode 100644 Library/Formula/znc.rb (limited to 'Library/Formula') diff --git a/Library/Formula/c-ares.rb b/Library/Formula/c-ares.rb new file mode 100644 index 000000000..642f26d56 --- /dev/null +++ b/Library/Formula/c-ares.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class CAres