summaryrefslogtreecommitdiff
path: root/homebrew/libssh2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libssh2/.make.sh-auto')
-rw-r--r--homebrew/libssh2/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/libssh2/.make.sh-auto b/homebrew/libssh2/.make.sh-auto
new file mode 100644
index 000000000..2b1dbf117
--- /dev/null
+++ b/homebrew/libssh2/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+args = %W[--prefix=#{prefix} --disable-debug --disable-dependency-tracking --disable-silent-rules --disable-examples-build --with-openssl --with-libz --with-libssl-prefix=#{Formula["openssl"].opt_prefix} ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install