Mousecape icon indicating copy to clipboard operation
Mousecape copied to clipboard

brew cask recipe (not a bug)

Open bunam opened this issue 6 years ago • 5 comments

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 avatar Aug 19 '18 00:08 bunam

would you like i submit this recipe by myself ?

bunam avatar Dec 06 '18 08:12 bunam

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

kcmannem avatar Jan 17 '19 01:01 kcmannem

I wonder if brew cask plays nicely with sparkle

alexzielenski avatar Oct 13 '19 20:10 alexzielenski

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

martin-braun avatar May 07 '22 23:05 martin-braun

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

ShadowJonathan avatar Apr 02 '24 09:04 ShadowJonathan