cookbook 'zip', '= 1.0.0'
zip (2) Versions 1.0.0 Follow8
Installs zip and unzip
cookbook 'zip', '= 1.0.0', :supermarket
knife supermarket install zip
knife supermarket download zip
DESCRIPTION
Installs zip and unzip. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program.
REQUIREMENTS
Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Ubuntu
RECIPES
-
zip
, Default recipe
USAGE
This cookbook installs the zip components if not present, and pulls updates if they are installed on the system.
ATTRIBUTES
None
Basic Settings
None
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
chef-zip
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2011-2012 Phil Cohen (github@phlippers.net)
- http://phlippers.net/
Dependent cookbooks
This cookbook has no specified dependencies.