Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sttz/homebrew-tap
Homebrew tap for various projects
https://github.com/sttz/homebrew-tap
Last synced: about 1 month ago
JSON representation
Homebrew tap for various projects
- Host: GitHub
- URL: https://github.com/sttz/homebrew-tap
- Owner: sttz
- License: bsd-2-clause
- Created: 2019-09-01T16:41:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:08:41.000Z (7 months ago)
- Last Synced: 2024-05-22T15:29:24.723Z (7 months ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sttz Homebrew Tap
[Homebrew](https://brew.sh) tap for various projects.
## Contents
* **expresso** (https://github.com/sttz/expresso)
*expresso is a command line interface to control the ExpressVPN app*expresso can be installed both as a formula or cask. The formula depends on mono and will compile expresso from source, the cask downloads a binary pre-built using CoreRT.
Get the cask if you don't already have mono installed via Homebrew, since it's quite a hefty dependency (>400MB). If you already have mono, then the formula is smaller than the cask (<2MB instead of >60MB).
The expresso cask binary is signed and notarized. Since it's not possible to staple the notarization ticket to command-line tools, an internet connection is required for macOS to verify the notarization.
```sh
brew install --cask sttz/tap/expresso
```* **install-unity** (https://github.com/sttz/install-unity)
*Script to install Unity 3D versions from the command line on macOS*install-unity can be installed both as a formula or cask. The formula depends on mono and will compile install-unity from source, the cask downloads a binary pre-built using CoreRT.
Get the cask if you don't already have mono installed via Homebrew, since it's quite a hefty dependency (>400MB). If you already have mono, then the formula is smaller than the cask (<2MB instead of >60MB).
As of install-unity version 2.7.0, the cask binary is now signed and notarized. Since it's not possible to staple the notarization ticket to command-line tools, an internet connection is required for macOS to verify the notarization.
```sh
brew install --cask sttz/tap/install-unity
``````sh
brew install sttz/tap/install-unity
```