An open API service indexing awesome lists of open source software.

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.

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.