cookbook 'homebrew', '= 1.0.0'
homebrew
(67) Versions
1.0.0
-
-
5.4.8
-
5.4.7
-
5.4.6
-
5.4.5
-
5.4.4
-
5.4.3
-
5.4.2
-
5.4.1
-
5.4.0
-
5.3.8
-
5.3.7
-
5.3.6
-
5.3.5
-
5.3.4
-
5.3.3
-
5.3.2
-
5.3.1
-
5.3.0
-
5.2.2
-
5.2.1
-
5.2.0
-
5.1.1
-
5.1.0
-
5.0.8
-
5.0.7
-
5.0.6
-
5.0.5
-
5.0.4
-
5.0.3
-
5.0.2
-
5.0.1
-
5.0.0
-
4.3.0
-
4.2.1
-
4.2.0
-
4.1.0
-
4.0.0
-
3.0.0
-
2.1.2
-
2.1.0
-
2.0.5
-
2.0.4
-
2.0.3
-
2.0.2
-
2.0.1
-
2.0.0
-
1.13.0
-
1.12.0
-
1.11.0
-
1.10.0
-
1.9.2
-
1.9.0
-
1.8.0
-
1.7.2
-
1.7.0
-
1.6.6
-
1.6.4
-
1.6.2
-
1.6.0
-
1.5.4
-
1.5.2
-
1.5.0
-
1.4.0
-
1.3.2
-
1.3.0
-
1.2.0
-
1.0.0
Follow68
- 5.4.8
- 5.4.7
- 5.4.6
- 5.4.5
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.8
- 5.3.7
- 5.3.6
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.1.2
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.2
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.0
- 1.6.6
- 1.6.4
- 1.6.2
- 1.6.0
- 1.5.4
- 1.5.2
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.0
- 1.2.0
- 1.0.0
Install Homebrew and includes resources for working with taps and casks
cookbook 'homebrew', '= 1.0.0', :supermarket
knife supermarket install homebrew
knife supermarket download homebrew
= Description
Installs Homebrew and acts as the native package provider for Mac OS X using
Homebrew to install packages. See:
http://woss.name/2011/01/23/converging-your-home-directory-with-chef/
for additional background.
= Requirements
== Platform
This is only going to work on platforms that Homebrew supports which is, I
think, just Mac OS X. This cookbook has been tested on Mac OS X 10.6.6 with the
latest version of Homebrew (as of Mon 24 Jan 2011 at any rate!).
== Cookbooks
Shouldn't require any other cookbooks, though its operation may be greatly
enhanced by another cookbook I'm brewing that manages launchd. ;-)
= Resources and Providers
This cookbook provides a package provider called +homebrew_package+ which will
install/remove packages using Homebrew. This becomes the default provider for
+package+ if your platform is Mac OS X.
= Attributes
None.
= Usage
Just make sure that this cookbook is selected before you start installing
packages. You can add:
include_recipe 'homebrew'
to all your recipes that install packages, or you can just make sure it's on
the run list somewhere early on. The bookbook itself ensures that Homebrew is
installed and up to date.
= License and Author
Author:: Graeme Mathieson (<mathie@woss.name>)
Copyright:: 2011, Graeme Mathieson
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.
Dependent cookbooks
This cookbook has no specified dependencies.