Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hildjj/chef-cmake-bin
- Owner: hildjj
- License: mit
- Created: 2015-06-03T22:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T03:58:23.000Z (about 6 years ago)
- Last Synced: 2024-10-10T21:44:34.961Z (about 1 month ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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