Skip to content

Commit

Permalink
powershell 6.0.0-alpha.12: add dependency on openssl and a note with …
Browse files Browse the repository at this point in the history
…curl (#26617)
  • Loading branch information
umireon authored and adidalal committed Nov 10, 2016
1 parent 66ed69b commit a75b54d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Casks/powershell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
name 'PowerShell'
homepage 'https://msdn.microsoft.com/powershell'

depends_on formula: 'openssl'

pkg "powershell-#{version}.pkg"

uninstall pkgutil: 'powershell'
Expand All @@ -24,4 +26,11 @@
'~/.local/share',
'~/.local',
]

caveats <<-EOS.undent
A OpenSSL-backed libcurl is required for custom handling of certificates.
This is rarely needed, but you can install it with
brew install curl --with-openssl
See https://github.com/PowerShell/PowerShell/issues/2211
EOS
end

0 comments on commit a75b54d

Please sign in to comment.