Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powershell 6.0.0-alpha.12: add dependency on openssl and a note with … #26617

Merged
merged 1 commit into from
Nov 10, 2016
Merged

powershell 6.0.0-alpha.12: add dependency on openssl and a note with … #26617

merged 1 commit into from
Nov 10, 2016

Conversation

umireon
Copy link
Contributor

@umireon umireon commented Nov 9, 2016

After making all changes to the cask:

  • brew cask audit --download {{cask_file}} is error-free.
  • brew cask style --fix {{cask_file}} reports no offenses.
  • The commit message includes the cask’s name and version.

According to official docs, Homebrew's openssl and curl --with-openssl are the prerequisites for PowerShell.

openssl is specified with depends_on because it is required for some commands such as Invoke-WebRequest (a PowerShell's parallel to wget and curl).

In contrast, curl is not specified but noted in caveats for the some reasons.
The OpenSSL-backed libcurl is difficult to depend on because it requires a non-standard option (--with-openssl).
Furthermore, the parts depending on it are hard to invoke from PowerShell (but #C).
For more infomation, see PowerShell/PowerShell#2211

@adidalal adidalal merged commit a75b54d into Homebrew:master Nov 10, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants