alexpasmantier / television

The revolution will (not) be televised
https://crates.io/crates/television
MIT License
284 stars 13 forks source link

create home-brew tap for MacOS #37

Open prabirshrestha opened 1 week ago

prabirshrestha commented 1 week ago

Create homebrew tap for MacOS. https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap

Example:

alexpasmantier commented 1 week ago

https://github.com/alexpasmantier/homebrew-television

Television should now be installable using:

brew install alexpasmantier/television/television

I'm not sure I'm able to produce bottles for every macOS version directly from my machine though. Will have to check that later.

joshmedeski commented 1 week ago

Got this error when trying to install the brew tap:

curl: (56) The requested URL returned error: 404

Error: television: Failed to download resource "television"
Download failed: https://ghcr.io/v2/homebrew/core/television/blobs/sha256:a72c29f504a8fa91eedaeef12af0ee3c5afdbe72efb3150cf759ecde740b25f3
alexpasmantier commented 6 days ago

Hi, thanks for the feedback.

Do you still get that same error if you manually add the tap first?

brew tap alexpasmantier/television
alexpasmantier commented 6 days ago

Ideally, it would be nice to add television to homebrew-core, which would really simplify the installation on macos and make it quite faster since homebrew automatically produces bottles (pre-built binaries for every recent macOS version) for you.

brew install television

If someone is willing to try that out and file a PR on homebrew-core, I'd be extremely grateful 🙏🏻

joshmedeski commented 6 days ago

Yes same problem, I recommend shipping a new release and I can retry.

alexpasmantier commented 14 hours ago

@joshmedeski Are you still having that issue when trying to install using homebrew?

joshmedeski commented 11 hours ago

It works now, thanks!