summaryrefslogtreecommitdiff
path: root/homebrew/ircii/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ircii/.make.sh-auto')
-rw-r--r--homebrew/ircii/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/ircii/.make.sh-auto b/homebrew/ircii/.make.sh-auto
new file mode 100644
index 000000000..2ddfa3665
--- /dev/null
+++ b/homebrew/ircii/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.append "LIBS", "-liconv"
+pkg:configure --with-default-server=irc.freenode.net --enable-ipv6
+make
+ENV.deparallelize
+make DESTDIR=${PKG_DEST} install