summaryrefslogtreecommitdiff
path: root/homebrew/pgformatter/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pgformatter/.make.sh-auto')
-rw-r--r--homebrew/pgformatter/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/pgformatter/.make.sh-auto b/homebrew/pgformatter/.make.sh-auto
new file mode 100644
index 000000000..5fc81df01
--- /dev/null
+++ b/homebrew/pgformatter/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+perl Makefile.PL DESTDIR=.
+make DESTDIR=${PKG_DEST} install
+prefix.install (buildpath/"usr/local").children
+(libexec/"lib").install "blib/lib/pgFormatter"
+libexec.install bin/"pg_format"
+bin.install_symlink libexec/"pg_format"