Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
70f232ad
Unverified
Commit
70f232ad
authored
5 years ago
by
Mike McQuaid
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6537 from tomjonandy/docs/cask-tap
Docs: Add cask instructions to tap docs
parents
9e56a862
7855bb88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/How-to-Create-and-Maintain-a-Tap.md
+15
-2
15 additions, 2 deletions
docs/How-to-Create-and-Maintain-a-Tap.md
with
15 additions
and
2 deletions
docs/How-to-Create-and-Maintain-a-Tap.md
+
15
−
2
View file @
70f232ad
# How to Create and Maintain a Tap
[
Taps
](
Taps.md
)
are external sources of Homebrew formulae and/or external commands. They
can be created by anyone to provide their own formulae and/or external commands
[
Taps
](
Taps.md
)
are external sources of Homebrew formulae
, casks
and/or external commands. They
can be created by anyone to provide their own formulae
, casks
and/or external commands
to any Homebrew user.
## Creating a tap
...
...
@@ -61,6 +61,19 @@ Once your tap is installed, Homebrew will update it each time a user runs
`brew update`
. Outdated formulae will be upgraded when a user runs
`brew upgrade`
, like core formulae.
## Casks
Casks can also be installed from a tap.
Casks can be included in taps with formulae, or in a tap with just casks.
Place any cask files you wish to make available in a
`Casks`
directory at the top level of your tap.
See
[
homebrew/cask
](
https://github.com/Homebrew/homebrew-cask
)
for an example of a tap with a
`Casks`
subdirectory.
### Naming
Unlike formulae, casks must have globally unique names to avoid clashes.
This can be achieved by e.g. prepending the cask name with you github username:
`username-formula-name`
.
## External commands
You can provide your tap users with custom
`brew`
commands by adding them in a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment