Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneal/7-zip
Development repository for deprecated Cookbook 7-zip
https://github.com/sneal/7-zip
Last synced: 16 days ago
JSON representation
Development repository for deprecated Cookbook 7-zip
- Host: GitHub
- URL: https://github.com/sneal/7-zip
- Owner: sneal
- License: apache-2.0
- Created: 2012-03-14T18:26:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T23:48:40.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:16:10.504Z (3 months ago)
- Language: Ruby
- Homepage: http://community.opscode.com/cookbooks/7-zip
- Size: 18.6 KB
- Stars: 14
- Watchers: 8
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-chef - 7-zip
README
Deprecated!
==============Use the [seven_zip](https://github.com/daptiv/seven_zip) cookbook which replaces this one.
7-zip Cookbook
==============
[7-Zip](http://www.7-zip.org/) is a file archiver with a high compression ratio. This cookbook installs the full 7-zip suite of tools (GUI and CLI).Requirements
------------
### Platform
- Windows XP
- Windows Vista
- Windows Server 2003 R2
- Windows 7
- Windows Server 2008 (R1, R2)
- Windows 8
- Windows Server 2012### Cookbooks
- windowsAttributes
----------
- `node['7-zip']['home']` - location to install 7-zip files to. default is `%SYSTEMDRIVE%\7-zip`Usage
-----
### default
Downloads and installs 7-zip to the location specified by `node['7-zip']['home']`. Also ensures `node['7-zip']['home']` is in the system path.License & Authors
-----------------
- Author:: Seth Chisamore ()```text
Copyright:: 2011, Opscode, Inc.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```