GithubHelp home page GithubHelp logo

isabella232 / seven_zip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sous-chefs/seven_zip

0.0 0.0 0.0 100 KB

Development repository for the seven_zip cookbook

Home Page: https://supermarket.chef.io/cookbooks/seven_zip

License: Apache License 2.0

Ruby 100.00%

seven_zip's Introduction

seven_zip Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

7-Zip is a file archiver with a high compression ratio. This cookbook installs the full 7-Zip suite of tools (GUI and CLI). This cookbook replaces the older 7-Zip cookbook.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8, 8.1
  • Windows 10
  • Windows Server 2003 R2
  • Windows Server 2008 (R1, R2)
  • Windows Server 2012 (R1, R2)

Chef

  • Chef >= 13.0

Cookbooks

  • windows

Attributes

Optional

Key Type Description Default
['seven_zip']['home'] String 7-Zip installation directory.
['seven_zip']['syspath'] Boolean If true, adds 7-Zip directory to system PATH environment variable.
['seven_zip']['default_extract_timeout'] Integer The default timeout for an extract operation in seconds. This can be overridden by a resource attribute. 600

Usage

default

Add seven_zip::default to your run_list which will download and install 7-Zip for the current Windows platform.

Resource/Provider

seven_zip_archive

Extracts a 7-Zip compatible archive (iso, zip, 7z, etc.) to the specified destination directory.

Actions

  • :extract - Extract a 7-Zip compatible archive.

Attribute Parameters

  • path - Name attribute. The destination to extract to.
  • source - The file path to the archive to extract.
  • overwrite - Defaults to false. If true, the destination files will be overwritten.
  • checksum - The archive file checksum.
  • timeout - The extract action timeout in seconds, defaults to node['seven_zip']['default_extract_timeout'].

Examples

Extract 7-Zip source files to C:\seven_zip_source.

seven_zip_archive 'seven_zip_source' do
  path      'C:\seven_zip_source'
  source    'https://www.7-zip.org/a/7z1805-src.7z'
  overwrite true
  checksum  'd9acfcbbdcad078435586e00f73909358ed8d714d106e064dcba52fa73e75d83'
  timeout   30
end

seven_zip_tool

Download and install 7-zip for the current Windows platform.

Actions

  • :install - Installs 7-zip
  • :add_to_path - Add 7-zip to the PATH

Attribute Parameters

  • package - The name of the package.
  • path - The install directory of 7-zip.
  • source - The source URL of the 7-zip package.
  • checksum - The 7-zip package checksum.

Examples

Install 7-zip in C:\7z and add it to the path.

seven_zip_tool '7z 15.14 install' do
  action    [:install, :add_to_path]
  package   '7-Zip 15.14'
  path      'C:\7z'
  source    'http://www.7-zip.org/a/7z1514.msi'
  checksum  'eaf58e29941d8ca95045946949d75d9b5455fac167df979a7f8e4a6bf2d39680'
end

Recipes

default

Installs 7-Zip and adds it to your system PATH.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website

seven_zip's People

Contributors

annih avatar heathsnow avatar hisao07 avatar jrouvier avatar jugatsu avatar kitchen-porter avatar linusruth avatar nathenharvey avatar ramereth avatar schisamo avatar sethvargo avatar sneal avatar tas50 avatar xorimabot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.