summaryrefslogtreecommitdiff
path: root/homebrew/ircdhybrid/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ircdhybrid/.make.sh-auto')
-rw-r--r--homebrew/ircdhybrid/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ircdhybrid/.make.sh-auto b/homebrew/ircdhybrid/.make.sh-auto
new file mode 100644
index 000000000..c1c78f7d0
--- /dev/null
+++ b/homebrew/ircdhybrid/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.deparallelize
+pkg:configure --disable-dependency-tracking --enable-openssl=#{Formula[openssl"].opt_prefix}"
+make DESTDIR=${PKG_DEST} install
+etc.install "doc/reference.conf" => "ircd.conf"