Update cask definition
Be more specific about the cask definition and update another reference in the Formula Cookbook.
This commit is contained in:
parent
a7ea27a9c8
commit
3757c8badd
@ -36,7 +36,7 @@ Linux distribution without requiring `sudo`.
|
|||||||
|
|
||||||
**cask**
|
**cask**
|
||||||
|
|
||||||
: Homebrew package definition that installs native applications directly from upstream
|
: Homebrew package definition that installs pre-compiled binaries built and signed by upstream
|
||||||
|
|
||||||
**prefix**
|
**prefix**
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ A *formula* is a package definition written in Ruby. It can be created with `bre
|
|||||||
| term | description | example |
|
| term | description | example |
|
||||||
| -------------------- | ------------------------------------------------------------------------- | ------- |
|
| -------------------- | ------------------------------------------------------------------------- | ------- |
|
||||||
| **formula** | Homebrew package definition that builds from upstream sources | `/opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/f/foo.rb` |
|
| **formula** | Homebrew package definition that builds from upstream sources | `/opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/f/foo.rb` |
|
||||||
| **cask** | Homebrew package definition that installs macOS native applications | `/opt/homebrew/Library/Taps/homebrew/homebrew-cask/Casks/b/bar.rb` |
|
| **cask** | Homebrew package definition that installs pre-compiled binaries built and signed by upstream | `/opt/homebrew/Library/Taps/homebrew/homebrew-cask/Casks/b/bar.rb` |
|
||||||
| **prefix** | path in which Homebrew is installed | `/opt/homebrew` |
|
| **prefix** | path in which Homebrew is installed | `/opt/homebrew` |
|
||||||
| **keg** | installation destination directory of a given **formula** version | `/opt/homebrew/Cellar/foo/0.1` |
|
| **keg** | installation destination directory of a given **formula** version | `/opt/homebrew/Cellar/foo/0.1` |
|
||||||
| **rack** | directory containing one or more versioned **kegs** | `/opt/homebrew/Cellar/foo` |
|
| **rack** | directory containing one or more versioned **kegs** | `/opt/homebrew/Cellar/foo` |
|
||||||
|
@ -19,8 +19,8 @@ Linux distribution without requiring `sudo`.
|
|||||||
|
|
||||||
**cask**
|
**cask**
|
||||||
|
|
||||||
: Homebrew package definition that installs native applications directly from
|
: Homebrew package definition that installs pre-compiled binaries built and
|
||||||
upstream
|
signed by upstream
|
||||||
|
|
||||||
**prefix**
|
**prefix**
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Homebrew is the easiest and most flexible way to install the UNIX tools Apple di
|
|||||||
Homebrew package definition that builds from upstream sources
|
Homebrew package definition that builds from upstream sources
|
||||||
.TP
|
.TP
|
||||||
\fBcask\fP
|
\fBcask\fP
|
||||||
Homebrew package definition that installs native applications directly from upstream
|
Homebrew package definition that installs pre\-compiled binaries built and signed by upstream
|
||||||
.TP
|
.TP
|
||||||
\fBprefix\fP
|
\fBprefix\fP
|
||||||
path in which Homebrew is installed, e\.g\. \fB/opt/homebrew\fP or \fB/home/linuxbrew/\.linuxbrew\fP
|
path in which Homebrew is installed, e\.g\. \fB/opt/homebrew\fP or \fB/home/linuxbrew/\.linuxbrew\fP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user