Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/garethr-rustlang
Puppet module for installing Rust
https://github.com/garethr/garethr-rustlang
Last synced: 10 days ago
JSON representation
Puppet module for installing Rust
- Host: GitHub
- URL: https://github.com/garethr/garethr-rustlang
- Owner: garethr
- License: apache-2.0
- Created: 2013-12-26T12:12:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T19:17:09.000Z (over 9 years ago)
- Last Synced: 2024-12-11T15:56:13.090Z (12 days ago)
- Language: Ruby
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puppet module for installing Rust from [a
PPA](https://launchpad.net/~hansjorg/+archive/rust).This module is also available on the [Puppet
Forge](https://forge.puppetlabs.com/garethr/rustlang)[![Build Status](https://secure.travis-ci.org/garethr/garethr-rustlang.png)](http://travis-ci.org/garethr/garethr-rustlang)
## Usage
The module includes a single class:
include 'rustlang'
By default this sets up the PPA and installs the rust-0.8 package.
See the code for ways to get rust-nightly or other versions.