Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/clang-chef-cookbook
A Chef cookbook that provisions the Clang compiler
https://github.com/michaelklishin/clang-chef-cookbook
Last synced: about 1 month ago
JSON representation
A Chef cookbook that provisions the Clang compiler
- Host: GitHub
- URL: https://github.com/michaelklishin/clang-chef-cookbook
- Owner: michaelklishin
- Created: 2012-07-09T18:07:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T12:21:10.000Z (over 10 years ago)
- Last Synced: 2024-05-08T19:22:52.244Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 180 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clang Chef Cookbook
This is a [Chef](http://www.getchef.com/) cookbook for [Clang](http://clang.llvm.org).
It uses Ubuntu/Debian packages or [officially released Clang binaries](http://llvm.org/releases/download.html) to provision Clang.
## Recipes
Main recipe is `clang::default` (uses packages), the other one is `clang::tarball` (uses prebuilt binaries from llvm.org).
## Attributes
There are no attributes to tweak for the `clang::default` recipe.
For the `clang::tarball` recipe, `version`, `checksum` and `download_url` of the tarball package can be defined via Chef attributes.
## Supported OSes
Recent Ubuntu and Debian releases (actively tested with Ubuntu 12.04 64 bit).
## Dependencies
- [ark](https://github.com/opscode-cookbooks/ark) cookbook >= 0.8
## Copyright & License
Michael S. Klishin, Travis CI Development Team, 2012-2014.
Released under the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/michaelklishin/clang-chef-cookbook/trend.png)](https://bitdeli.com/free "Bitdeli Badge")