|
|
@ -16,7 +16,7 @@ Fork the homebrew-cask repository as per instructions in the |
|
|
|
|
|
|
|
## Adding a Cask |
|
|
|
|
|
|
|
Making a Cask is easy: a Cask is a Ruby file that is only seven lines long. |
|
|
|
Making a Cask is easy: a Cask is a Ruby file that is only eight lines long. |
|
|
|
See the Cask for Alfred.app for an example: |
|
|
|
|
|
|
|
```ruby |
|
|
@ -25,6 +25,7 @@ See the Cask for Alfred.app for an example: |
|
|
|
homepage 'http://www.alfredapp.com/' |
|
|
|
version '1.3.2_265' |
|
|
|
sha1 'e10f15a0ae758cae2a22557f14890fa5989260ce' |
|
|
|
link :app, 'Alfred.app' |
|
|
|
end |
|
|
|
``` |
|
|
|
|
|
|
|