summaryrefslogtreecommitdiff
path: root/homebrew/bitchx/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bitchx/.beer')
-rw-r--r--homebrew/bitchx/.beer32
1 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/bitchx/.beer b/homebrew/bitchx/.beer
new file mode 100644
index 000000000..0804328d9
--- /dev/null
+++ b/homebrew/bitchx/.beer
@@ -0,0 +1,32 @@
+{
+ "name": "Bitchx",
+ "description": "Text-based, scriptable IRC client",
+ "url": "https://downloads.sourceforge.net/project/bitchx/ircii-pana/bitchx-1.2.1/bitchx-1.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://bitchx.sourceforge.io/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "plugins = %w[acro aim arcfour amp autocycle blowfish cavlink encrypt",
+ "fserv hint identd nap pkga possum qbx qmail]",
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--with-ssl",
+ "--with-plugins=#{plugins * \",\"}",
+ "--enable-ipv6",
+ "--mandir=#{man}",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.2.1",
+ "file": "bitchx.rb"
+} \ No newline at end of file