Commit 9137754 1 parent 77f1911 commit 9137754 Copy full SHA for 9137754
File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,15 @@ of Mac applications distributed as binaries. It's implemented as a homebrew
91
91
92
92
You must have the homebrew-cask repository tapped.
93
93
94
- homebrew_tap 'caskroom/cask'
95
-
94
+ homebrew_tap 'caskroom/cask'
95
+
96
96
And then install the homebrew cask package before using this LWRP.
97
97
98
98
package "brew-cask" do
99
99
action :install
100
100
end
101
101
102
+ You can include the ` homebrew::cask ` recipe to do this.
102
103
103
104
### Examples
104
105
Original file line number Diff line number Diff line change
1
+ #
2
+ # Cookbook Name:: homebrew
3
+ # Recipes:: default
4
+ #
5
+ # Copyright 2014, Chef Software, Inc <[email protected] >
6
+ #
7
+ # Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+
20
+ homebrew_tap 'caskroom/cask'
21
+
22
+ package 'brew-cask'
You can’t perform that action at this time.
0 commit comments