summaryrefslogtreecommitdiff
path: root/homebrew/pdfsandwich/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pdfsandwich/.make.sh-auto')
-rw-r--r--homebrew/pdfsandwich/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/pdfsandwich/.make.sh-auto b/homebrew/pdfsandwich/.make.sh-auto
new file mode 100644
index 000000000..d4cf78c36
--- /dev/null
+++ b/homebrew/pdfsandwich/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make
+make DESTDIR=${PKG_DEST} install
+bin.env_script_all_files(libexec/"bin", :PATH => "#{Formula["poppler"].opt_bin}:$PATH")