alerter icon indicating copy to clipboard operation
alerter copied to clipboard

Add to Homebrew for Simply Installation

Open rvalente opened this issue 5 years ago • 4 comments

Would be great to simply brew install alerter this is fairly straight forward.

rvalente avatar Feb 11 '20 13:02 rvalente

I created a repo homebrew-alerter that you can brew tap and then brew install

Simply run:

brew tap rvalente/homebrew-alerter
brew install alerter

rvalente avatar Feb 11 '20 13:02 rvalente

Where did your repo go?

djedi avatar Mar 25 '21 19:03 djedi

Appears you don't need the tap anymore, it's "in mainstream" so just run brew install alerter now.

rdp avatar Sep 01 '21 18:09 rdp

First I tried the tap:

remote: Repository not found.
fatal: repository 'https://github.com/rvalente/homebrew-alerter/' not found

Then tried brew install alerter

Warning: alerter has been deprecated because it does not build!
==> Downloading https://ghcr.io/v2/homebrew/core/alerter/manifests/004
Already downloaded: /Users/john/Library/Caches/Homebrew/downloads/6939b0041a28529456abb5de0c6214164e98b9fe1b77a767c56d839a63cdb96a--alerter-004.bottle_manifest.json
==> Fetching alerter
==> Downloading https://ghcr.io/v2/homebrew/core/alerter/blobs/sha256:d7abf3c8dab9fc51147f7ba083115f39b2817a3a79861be861fb293ca0c176a4
Already downloaded: /Users/john/Library/Caches/Homebrew/downloads/4f5cad702b4ae49808dc7c8bfcf304827e0e28d11a11b9bb47ada747e332c3d8--alerter--004.monterey.bottle.tar.gz
==> Pouring alerter--004.monterey.bottle.tar.gz
🍺  /usr/local/Cellar/alerter/004: 5 files, 90.6KB
==> Running `brew cleanup alerter`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
john@iMac191 ~ % brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  alerter

101Dude avatar Sep 05 '23 19:09 101Dude