summaryrefslogtreecommitdiff
path: root/homebrew/pgbouncer/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pgbouncer/.make.sh-auto')
-rw-r--r--homebrew/pgbouncer/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/pgbouncer/.make.sh-auto b/homebrew/pgbouncer/.make.sh-auto
new file mode 100644
index 000000000..41f9c28ba
--- /dev/null
+++ b/homebrew/pgbouncer/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
+pkg:configure --with-libevent=#{HOMEBREW_PREFIX}
+ln_s "../install-sh", "doc/install-sh"
+make DESTDIR=${PKG_DEST} install
+bin.install "etc/mkauth.py"
+etc.install %w[etc/pgbouncer.ini etc/userlist.txt]