Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cmake (2) Versions 0.3.0

Install cmake

Policyfile
Berkshelf
Knife
cookbook 'cmake', '~> 0.3.0', :supermarket
cookbook 'cmake', '~> 0.3.0'
knife supermarket install cmake
knife supermarket download cmake
README
Dependencies
Quality 17%

chef-cmake Build Status

Description

Installs cmake, the cross-platform, open-source build system.

Requirements

Supported Platforms

The following platforms are supported by this cookbook, meaning that the
recipes should run on these platforms without error:

  • Ubuntu 12.04+
  • Debian 6.0.8+
  • CentOS/RedHat 6+
  • Fedora 20+

Cookbooks

Chef

It is recommended to use a version of Chef >= 10.16.4 as that is the target of my usage and testing, though this should work with most recent versions.

Ruby

This cookbook requires Ruby 1.9+ and is tested against:

  • 1.9.3
  • 2.0.0
  • 2.1.2

Recipes

  • cmake::default - The default recipe which installs the package.

Usage

This cookbook installs the cmake components if not present, and pulls updates if they are installed on the system.

Attributes

default["cmake"]["install_method"] = "package" # `package` or `source`

default["cmake"]["source"]["version"] = "2.8.12.2"
default["cmake"]["source"]["checksum"] = "8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

Many thanks go to the following contributors who have helped to make this cookbook even better:

  • @pfalcone
    • add initial support for RedHat-based distributions
  • @odeits
    • initial implementation of source installation recipe

License

chef-cmake

Collaborator Number Metric
            

0.3.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.3.0 failed this metric

FC052: Metadata uses the deprecated "suggests" keyword: cmake/metadata.rb:16
FC064: Ensure issues_url is set in metadata: cmake/metadata.rb:1
FC065: Ensure source_url is set in metadata: cmake/metadata.rb:1
FC066: Ensure chef_version is set in metadata: cmake/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number