12 lines
518 B
Markdown
Raw Normal View History

2016-08-18 22:11:42 +03:00
# suite
Some distributions provide a suite of multiple applications, or an application with required data, to be installed together in a subdirectory of `/Applications`.
For these Casks, use the `suite` stanza to define the directory containing the application suite. Example (from [sketchup.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/sketchup.rb#L12)):
```ruby
suite 'SketchUp 2016'
```
The value of `suite` is never an `.app` bundle, but a plain directory.