summaryrefslogtreecommitdiff
path: root/homebrew/botan/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/botan/.make.sh-auto')
-rw-r--r--homebrew/botan/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/botan/.make.sh-auto b/homebrew/botan/.make.sh-auto
new file mode 100644
index 000000000..b1ba93de3
--- /dev/null
+++ b/homebrew/botan/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.cxx11
+args = %W[--prefix=#{prefix} --docdir=share/doc --cpu=#{MacOS.preferred_arch} --cc=#{ENV.compiler} --os=darwin --with-openssl --with-zlib --with-bzip2 ]
+pkg:configure.py *args
+make DESTDIR=${PKG_DEST} install