Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schubergphilis/homebrew-tap
Repository containing the Schuberg Philis' tap for Homebrew.
https://github.com/schubergphilis/homebrew-tap
homebrew packages tap
Last synced: 14 days ago
JSON representation
Repository containing the Schuberg Philis' tap for Homebrew.
- Host: GitHub
- URL: https://github.com/schubergphilis/homebrew-tap
- Owner: schubergphilis
- License: apache-2.0
- Created: 2024-06-10T10:53:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T12:24:15.000Z (7 months ago)
- Last Synced: 2024-10-25T03:44:43.110Z (2 months ago)
- Topics: homebrew, packages, tap
- Language: Ruby
- Homepage: https://www.schubergphilis.com
- Size: 16.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schuberg Philis Homebrew Tap
This project contains all Homebrew's Formulae and Casks maintained by Schuberg
Philis.## What is Homebrew?
Homebrew is a package manager for macOS (or Linux), read more about it [here](https://brew.sh).
## What is a Tap?
A [tap](https://docs.brew.sh/Taps) is basically a repository providing packages
(formulae) which are maintained outside of the scope of the official Homebrew
packages.## How do I install packages from here?
Let's say we want to install a package (formula) called `example` which is
provided by this tap:```sh
brew install schubergphilis/tap/example
```You can also only add the tap which makes formulae within it available in search
results (`brew search` output):```sh
brew tap schubergphilis/tap
```## What packages are available?
```sh
# Formulae
brew install schubergphilis/tap/grawsp# Casks
# Currently no casks are available
```## License
```text
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific language governing
permissions and limitations under the License.
```