summaryrefslogtreecommitdiff
path: root/homebrew/testssl/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/testssl/.make.sh-auto')
-rw-r--r--homebrew/testssl/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/testssl/.make.sh-auto b/homebrew/testssl/.make.sh-auto
new file mode 100644
index 000000000..21725959c
--- /dev/null
+++ b/homebrew/testssl/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+bin.install "testssl.sh"
+man1.install "doc/testssl.1"
+prefix.install "etc"
+env = {
+:PATH => "#{Formula["openssl"].opt_bin}:$PATH", :TESTSSL_INSTALL_DIR => prefix, }
+bin.env_script_all_files(libexec/"bin", env)