diff options
Diffstat (limited to 'homebrew/plzip/.make.sh-auto')
-rw-r--r-- | homebrew/plzip/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/plzip/.make.sh-auto b/homebrew/plzip/.make.sh-auto new file mode 100644 index 000000000..78da0a505 --- /dev/null +++ b/homebrew/plzip/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure +make +make check +ENV.deparallelize +make DESTDIR=${PKG_DEST} install |