Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hildjj/chef-cmake-bin

Pull current cmake binary in a chef recipe
https://github.com/hildjj/chef-cmake-bin

Last synced: 15 days ago
JSON representation

Pull current cmake binary in a chef recipe

Awesome Lists containing this project

README

        

# cmake-bin-cookbook

Pull current [cmake](http://www.cmake.org/) binary in a chef recipe

## Supported Platforms

* ubuntu
* centos

## Attributes


Key
Type
Description
Default


['cmake-bin']['version']
String
Version to install (e.g. "3.2.3"), or LATEST for the latest git tag
LATEST


['cmake-bin']['architecture']
String
Currently only "x86_64" or "i386"
Derived from guest OS


['cmake-bin']['platform']
String
Currently only "Linux"
Derived from guest OS

## Usage

### cmake-bin::default

Include `cmake-bin` in your node's `run_list`:

```json
{
"run_list": [
"recipe[cmake-bin::default]"
]
}
```

## License

MIT