summaryrefslogtreecommitdiff
path: root/homebrew/md5sha1sum/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/md5sha1sum/.make.sh-auto')
-rw-r--r--homebrew/md5sha1sum/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/md5sha1sum/.make.sh-auto b/homebrew/md5sha1sum/.make.sh-auto
new file mode 100644
index 000000000..6036fd3a2
--- /dev/null
+++ b/homebrew/md5sha1sum/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+openssl = Formula["openssl"]
+ENV["SSLINCPATH"] = openssl.opt_include
+ENV["SSLLIBPATH"] = openssl.opt_lib
+pkg:configure
+make
+bin.install "md5sum"
+bin.install_symlink bin/"md5sum" => "sha1sum"
+bin.install_symlink bin/"md5sum" => "ripemd160sum"