Mousecape
Mousecape copied to clipboard
brew cask recipe (not a bug)
hi,
i'm using https://brew.sh to get some softwares, you could make a pull request for a recipe for Mousecape
See how to create a recipe, first you have to install brew
Build the template
brew cask create mousecape
Edit of the template
brew cask edit mousecape
cask 'mousecape' do
version '0.0.5'
sha256 'ff131d59af714c1683e0c20ae0442bf0d4f953b96a629079e7c4843d119a8e9e'
url 'https://github.com/alexzielenski/Mousecape/releases/download/0.0.5/Mousecape.zip'
name 'Mousecape'
homepage 'https://github.com/alexzielenski/Mousecape/'
app 'Mousecape.app'
appcast 'https://github.com/alexzielenski/Mousecape/releases.atom'
end
Check if it’s ok
brew cask audit mousecape --download
Install
brew cask install mousecape
Force install
brew cask install --force mousecape
More informations there https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md
would you like i submit this recipe by myself ?
would like it as a brew cask as well. It'll make setting up a new Mac easier.
I wonder if brew cask plays nicely with sparkle
@alexzielenski @bunam I would love to have Mousecape available on brew.
I'm not sure, but I think the cask of brew will check the version of the app, so I doubt there is any compatibility between brew and sparkle.
Could someone turn this into a proper PR? Its been sitting here for a few years