alexzielenski / Mousecape

Cursor Manager for OSX
http://www.alexzielenski.com
Other
1.38k stars 166 forks source link

brew cask recipe (not a bug) #92

Open bunam opened 6 years ago

bunam commented 6 years ago

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

bunam commented 5 years ago

would you like i submit this recipe by myself ?

kcmannem commented 5 years ago

would like it as a brew cask as well. It'll make setting up a new Mac easier.

alexzielenski commented 4 years ago

I wonder if brew cask plays nicely with sparkle

martin-braun commented 2 years ago

@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.

ShadowJonathan commented 5 months ago

Could someone turn this into a proper PR? Its been sitting here for a few years