summaryrefslogtreecommitdiff
path: root/homebrew/ircii/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ircii/.beer')
-rw-r--r--homebrew/ircii/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/ircii/.beer b/homebrew/ircii/.beer
new file mode 100644
index 000000000..cb316a7dc
--- /dev/null
+++ b/homebrew/ircii/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Ircii",
+ "description": "IRC and ICB client",
+ "url": "https://ircii.warped.com/ircii-20190117.tar.bz2",
+ "mirror": "https://deb.debian.org/debian/pool/main/i/ircii/ircii_20190117.orig.tar.bz2",
+ "homepage": "http://www.eterna.com.au/ircii/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.append \"LIBS\", \"-liconv\"",
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--with-default-server=irc.freenode.net\",",
+ "\"--enable-ipv6\"",
+ "system \"make\"",
+ "ENV.deparallelize",
+ "system \"make\", \"install\""
+ ],
+ "version": "20190117",
+ "file": "ircii.rb"
+} \ No newline at end of file