Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

linux-gamer (4) Versions 0.0.8

Installs/Configures open source games on GNU/Linux.

Policyfile
Berkshelf
Knife
cookbook 'linux-gamer', '= 0.0.8', :supermarket
cookbook 'linux-gamer', '= 0.0.8'
knife supermarket install linux-gamer
knife supermarket download linux-gamer
README
Dependencies
Quality -%

Travis-ci status: Build Status

Description

Primary objective of this cookbook: Install/configure open source games on the GNU/Linux platform.

Will probably focus on Debian/Ubuntu support since Linux Mint+Cinnamon is my gaming platform of choice.

Supported Platforms

Debian, & Ubuntu.

Requirements

A GNU/Linux client.

Usage

Install arcade games (clients).

Add the following to your run list to install arcade games (clients).
<pre><code>
"recipe[linux-gamer::arcade_games_client]"
</pre></code>

Install arcade games (servers).

Add the following to your run list to install arcade games (servers).
<pre><code>
"recipe[linux-gamer::arcade_games_server]"
</pre></code>

Install board games (clients).

Add the following to your run list to install board games (clients).
<pre><code>
"recipe[linux-gamer::board_games_client]"
</pre></code>

Install board games (servers).

Add the following to your run list to install board games (servers).
<pre><code>
"recipe[linux-gamer::board_games_server]"
</pre></code>

Install card games (clients).

Add the following to your run list to install card games (clients).
<pre><code>
"recipe[linux-gamer::card_games_client]"
</pre></code>

Install card games (servers).

Add the following to your run list to install card games (servers).
<pre><code>
"recipe[linux-gamer::card_games_server]"
</pre></code>

Install various game emulators.

Add the following to your run list to install various game emulators
<pre><code>
"recipe[linux-gamer::emulators]"
</pre></code>

Install puzzle games (clients).

Add the following to your run list to install puzzle games (clients).
<pre><code>
"recipe[linux-gamer::puzzle_games_client]"
</pre></code>

Install role playing games (RPG). (clients)

Add the following to your run list to install role playing games (RPG). (clients)
<pre><code>
"recipe[linux-gamer::rpg_games_client]"
</pre></code>

Install role playing games (RPG). (servers)

Add the following to your run list to install role playing games (RPG). (servers)
<pre><code>
"recipe[linux-gamer::rpg_games_servers]"
</pre></code>

Install simulation games (clients).

Add the following to your run list to install simulation games (clients).
<pre><code>
"recipe[linux-gamer::simulation_games_client]"
</pre></code>

Install WINE (Wine Is Not an Emulator).

Add the following to your run list to install role playing games (RPG). (clients)
<pre><code>
"recipe[linux-gamer::wine]"
</pre></code>

Attributes

Note: By default, this cookbook doesn't install/configure anything.
Set to 'yes' to install all games supported by this cookbook.
<pre><code>
default['linux-gamer']['install_all'] = "no"
</pre></code>

Set to yes to install latest wine via apt-get
<pre><code>
default['linux-gamer']['install_wine'] = "no"
</pre></code>

This is set to latest version of wine
<pre><code>
default['linux-gamer']['latest_stable_wine'] = "1.4"
</pre></code>

Set to yes to install latest wine from source to /opt
<pre></code>
default['linux-gamer']['install_wine_from_source'] = "no"
</pre></code>

Install Open Arena client
<pre><code>
default['linux-gamer']['install_open_arena_client'] = "no"
</pre></code>

Install Open Arena server
</pre></code>
default['linux-gamer']['install_open_arena_server'] = "no"
</pre></code>

Install PVPGN client ( e.g. Player vs. Player Gaming Network )
<pre><code>
default['linux-gamer']['install_pvpgn_client'] = "no"
</pre></code>

Install PVPGN server ( e.g. Player vs. Player Gaming Network )
<pre><code>
default['linux-gamer']['install_open_arena_server'] = "no"
</pre></code>

Dependent cookbooks

apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found