yet-another-anime-game-launcher icon indicating copy to clipboard operation
yet-another-anime-game-launcher copied to clipboard

Support homebrew install method

Open HuaDeity opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. I recommend including the Homebrew installation method for effortless install, update, and uninstall.

Describe the solution you'd like To maintain project privacy, we will create our own repository instead of submitting it to the official homebrew repository.

Firstly, create a new repository such as 3Shain/homebrew-yaagl and add the corresponding Cask file. I have already written it and can be directly used for inclusion in the new repository. Once the new repository is created, I will delete the corresponding file from my personal repository.

  • CN Version: https://raw.githubusercontent.com/HuaDeity/homebrew-tap/main/Casks/yaagl.rb

  • OS Version: https://raw.githubusercontent.com/HuaDeity/homebrew-tap/main/Casks/yaagl-os.rb

And add the introduction of installation methods to README:


## CN Version

brew install --cask 3Shain/yaagl/yaagl

## OS Version

brew install --cask 3Shain/yaagl/yaagl-os

And the corresponding uninstall method:


brew uninstall yaagl

brew uninstall yaagl --zap ## completely uninstall

HuaDeity avatar Feb 13 '24 08:02 HuaDeity