Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Chef cookbook to build/install redo
Ruby
Latest commit 3ea9b98 @deathsyn fix linkage in the readme.

README.md

Description

Installs and configures redo - a system for building target files from source files, see the upstream website for more details.

Requirements

A C++ compiler such as G++ or clang++.

Platform

  • Ubuntu 12.04, 14.04

Notes: This cookbook has been tested on the listed platforms. It may work on other platforms with or without modification.

Cookbooks

  • build-essential

Attributes

default

The following attributes are used, and we are attemping to replicate a slashpackage install with exported symlinks into /usr/local, by default.

  • node['redo']['source_url'] - The URL where the redo package can be retrieved from
  • node['redo']['prefix'] - The location given to the export script to install binaries/manpages to.

Recipes

default

Includes the build-essential::default recipe. Builds and installs redo in the slashpackage manner if it is not already present.

License and Author

Author:: Kevin Berry kevin@opensourcealchemist.com

Copyright 2014, Kevin Berry

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Something went wrong with that request. Please try again.