Merge pull request #20373 from Homebrew/cask_definition

Update cask definition
This commit is contained in:
Mike McQuaid 2025-08-05 10:29:44 +00:00 committed by GitHub
commit f037420b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ Linux distribution without requiring `sudo`.
**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**

View File

@ -14,7 +14,7 @@ A *formula* is a package definition written in Ruby. It can be created with `bre
| term | description | example |
| -------------------- | ------------------------------------------------------------------------- | ------- |
| **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` |
| **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` |

View File

@ -19,8 +19,8 @@ Linux distribution without requiring `sudo`.
**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**

View File

@ -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
.TP
\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
\fBprefix\fP
path in which Homebrew is installed, e\.g\. \fB/opt/homebrew\fP or \fB/home/linuxbrew/\.linuxbrew\fP