diff options
Diffstat (limited to 'homebrew/zmqpp/.make.sh-auto')
-rw-r--r-- | homebrew/zmqpp/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/zmqpp/.make.sh-auto b/homebrew/zmqpp/.make.sh-auto new file mode 100644 index 000000000..b1f9ceac6 --- /dev/null +++ b/homebrew/zmqpp/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.cxx11 +make +make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF} +doxygen +(doc/"html").install Dir["docs/html/*.html"] |