will-stone / SpotSpot

A Spotify mini-player for macOS
https://spotspot.wstone.uk
MIT License
135 stars 20 forks source link

Add Homebrew installation #21

Closed will-stone closed 6 years ago

will-stone commented 6 years ago

Brew could be an easier way for users to upgrade. Need to research it; have never made a brew package before, so if someone stumbles upon this and would like to help, that'd be great! 😄

briantully commented 6 years ago

Hey there Will -

I've added a PR for a spotspot homebrew cask at https://github.com/Homebrew/homebrew-cask/pull/53982

will-stone commented 6 years ago

Thanks! That's awesome! So how does it work? If I make an update to SpotSpot, do we also have to put in a PR on the homebrew-cask repo?

briantully commented 6 years ago

Yes, I believe that’s the process. All we’d need to do to update the cask is update the spotspot.rb file with updated values for the following fields:

version
sha256
url

I followed the instructions on https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md

Hope that helps!

briantully commented 6 years ago

Yes, I believe that’s the process. All we’d need to do to update the cask is update the spotspot.rb file with updated values for the following fields:

version sha256 url

I followed the instructions on https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md

Hope that helps!

Regards, Brian

2018-10-22 16:50:49 +0000 Will Stone notifications@github.com :

Thanks! That's awesome! So how does it work? If I make an update to SpotSpot, do we also have to put in a PR on the homebrew-cask repo?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/will-stone/SpotSpot/issues/21#issuecomment-431893778, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFBkblVciZMftKfhLbh4E3vY-rSuopDks5unfdpgaJpZM4VDB4G .

briantully commented 6 years ago

This has been merged to homebrew-cask master :)

https://github.com/Homebrew/homebrew-cask/pull/53982

will-stone commented 6 years ago

Thanks Brian! Cheers.