cookbook 'msys2', '= 1.0.0'
msys2 (13) Versions 1.0.0 Follow0
Installs/Configures MSYS2
cookbook 'msys2', '= 1.0.0', :supermarket
knife supermarket install msys2
knife supermarket download msys2
MSYS2 Cookbook
This cookbook will install MSYS2 and has LWRPs to interact with the MSYS2 environment.
This was built as an alternative for mingw that focuses moreso on the MSYS2 environment and allows you to utilize MSYS2 like a small UNIX environment within your Windows node.
Platform
- Windows
Recipes
- default: Will install MSYS2, optionally update all of the packages, and optionally install packages set in the attributes.
LWRPs
Bolded actions are the default actions.
-
msys2_installer
: Installs MSYS2.-
:run
: Installs MSYS2. - Configured with
node['msys2']['install_dir']
.
-
-
msys2_package
: Installs a package in MSYS2.-
:install
: Installs a package. -
:remove
: Removes a package.
-
-
msys2_execute
: Executes a command within the MSYS2 environment.-
:run
: Runs a command. -
cwd
: Runs the command from a different directory. Default directory is/
. -
returns
: Checks the return value for success. Default successful return value is0
. -
environment
: A hash that contains environmental variables that should be set before execution. -
live_stream
: Outputs the command in execution as it runs. -
sensitive
: Prevents all output from being written out due to sensitive information. -
msystem
: Sets the MSYS2 environment to run the command from. Available values are:msys :mingw32 :mingw64
.
-
-
msys2_update
: Updates all packages in MSYS2.-
:run
: Updates all packages in MSYS2.
-
Attributes
-
node['msys2']['install_dir']
: The directory to install MSYS2 to. -
node['msys2']['auto_update']
: Will automatically update all packages whenmsys2::default
is run. -
node['msys2']['packages']
: Packages to assure are installed whenmsys2::default
is run. -
node['msys2']['default_env']
: The default MSYS2 environment to run commands in. Options include::msys :mingw32 :mingw64
. -
node['msys2']['verbose']
: Makes all commands run verbose. -
node['msys2']['override_package']
: Makes MSYS2 handle allpackage
resources run on the Windows node. -
node['msys2']['override_execute']
: Makes MSYS2 handle allexecute
resources run on the Windows node.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
1.0.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
1.0.0 passed this metric
1.0.0 failed this metric
1.0.0 passed this metric