cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.75k stars 176 forks source link

Revert "Drop custom homebrew tap" #380

Closed cantino closed 7 months ago

cantino commented 7 months ago

Reverts cantino/mcfly#379

@praveenperera I think we need to consider how existing users who've used the tap will be informed of this change. I think we need to leave the tap files in place with a deprecation message or something.

tisba commented 5 months ago

Sorry, didn't saw this earlier, @cantino.

Homebrew has several mechanisms to deprecate Formulae, see https://docs.brew.sh/Deprecating-Disabling-and-Removing-Formulae. In this case, I think deprecate! would be appropiate.

So that could look like:

# Warning: <formula> has been deprecated because it fetches unversioned dependencies at runtime!
deprecate! date: "2024-01-05", because: "it is available in homebrew-core"