possatti / pokemonsay

"pokemonsay" is like "cowsay" but for pokémon.
MIT License
506 stars 55 forks source link

Port this repo to homebrew #2

Closed GusGA closed 7 years ago

GusGA commented 7 years ago

There's any chance to install this repo via homebrew?

possatti commented 7 years ago

Maaan. I have no I idea how to do that. But I do understand it would make things easier for OS X people a lot. I am going to take a look at it and how to do it. But the main problem is that I don't have a Mac, so I can't test it my self.

GusGA commented 7 years ago

Cool, I will try to help.

On Oct 3, 2016, at 11:27 AM, Lucas Possatti notifications@github.com wrote:

Maaan. I have no I idea how to do that. But I do understand it would make things easier for OS X people a lot. I am going to take a look at it and how to do it. But the main problem is that I don't have a Mac, so I can't test it my self.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/possatti/pokemonsay/issues/2#issuecomment-251120319, or mute the thread https://github.com/notifications/unsubscribe-auth/ABydlhZVNjLdtXLId6tXRXPQkNCi3tiFks5qwRDrgaJpZM4KMG8k.

possatti commented 7 years ago

I gotta go to work now, but I will take a look at this when I get home. If you find out what needs to be done and can submit a pull request, I would appreciate. :smile:

possatti commented 7 years ago

Good news. Turns out there's a Homebrew Linux port. I'm experimenting with how to create the proper Formula. And I feel like I'm getting the hang of this. But it will take some time yet.

I will probably make something similar to cowsay's Formula. But for this I'll need to modify the install script (install.sh) a little. And I will probably start versioning this repository too.

possatti commented 7 years ago

cc @taylor1791 @Janrain-Colin

After quite a long long time, I think I got this to work. I don't have a Mac, so could any of you guys do a quick test on the Formula for Pokemonsay?

Make sure to uninstall pokemonsay and then try:

brew tap possatti/possatti
brew install pokemonsay

I hope it works. All of this is new to me, so suggestions are very welcome.

taylor1791 commented 7 years ago

I just tried to install pokemonsay via brew on Sierra and it worked like a charm! Thanks for you hard work!