dustinblackman / Championify

Import recent item sets from popular aggregators like Champion.gg in to League of Legends to use within game! No hassle.
MIT License
890 stars 157 forks source link

Homebrew Cask install for macOS #224

Open untimtam opened 7 years ago

untimtam commented 7 years ago

It would be fantastic if Championify could be installed through cask. I'm not quite sure how hard it would be to set up and keep up to date, but it would be much appreciated!

dustinblackman commented 7 years ago

It's not terribly hard. It's just a ruby script in the Cask github repo and remembering to update it. I'll keep it in mind. :)

julian-poidevin commented 7 years ago

Hi,

I just submitted a pull request on cask repo to add championify. See HERE.

julian-poidevin commented 7 years ago

@dustinblackman The pull request has been accepted from homebrew cask. I think the issue can now be closed :-)

untimtam commented 7 years ago

Thanks!

dustinblackman commented 7 years ago

@julian-poidevin Fantastic, thanks a lot!

adidalal commented 7 years ago

Keeping Casks up to date is super easy.

Check out cask-repair (details in CONTRIBUTING). ie. to update to the latest version, you could use cask-repair -v 2.0.1 championify. You could even make it part of your release process.

(I'm a Homebrew Cask maintainer)

dustinblackman commented 7 years ago

@adidala That's fantastic, I didn't know about that. Going to reopen and add it to my release tasks.