https://github.com/mas-cli/homebrew-tap
🍻🚰📦 mas Homebrew tap with bottles for older macOS versions.
https://github.com/mas-cli/homebrew-tap
app-store homebrew-tap macos
Last synced: 4 months ago
JSON representation
🍻🚰📦 mas Homebrew tap with bottles for older macOS versions.
- Host: GitHub
- URL: https://github.com/mas-cli/homebrew-tap
- Owner: mas-cli
- License: mit
- Created: 2018-04-05T03:43:54.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T00:43:35.000Z (about 1 year ago)
- Last Synced: 2025-04-11T01:35:36.269Z (about 1 year ago)
- Topics: app-store, homebrew-tap, macos
- Language: Ruby
- Homepage: https://github.com/mas-cli/mas
- Size: 54.7 KB
- Stars: 26
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🍻🚰📦 mas Homebrew Custom Tap
Bottles of mas for older versions of macOS.
# 🤳 Usage
Run the following command to install `mas` from this custom tap:
```shell
brew install mas-cli/tap/mas
```
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "mas-cli/tap"
brew "mas"
```
If you want to remove this formula & custom tap (possibly before switching to the `mas` formula from `homebrew-core`):
```shell
brew uninstall mas-cli/tap/mas
brew untap mas-cli/tap
```
## 📖 Homebrew Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
# 📄 License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.