Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Homebrew does not have a formula for Grumpy #204

Closed
cclauss opened this issue Jan 24, 2017 · 8 comments
Closed

Homebrew does not have a formula for Grumpy #204

cclauss opened this issue Jan 24, 2017 · 8 comments

Comments

@cclauss
Copy link
Contributor

cclauss commented Jan 24, 2017

Homebrew/homebrew-core#9213

Does anyone know how the homebrew installer for Mac OSX works? I spent an few hours trying to build a formula to install Grumpy based on these examples but I failed.

@trotterdylan
Copy link
Contributor

Thanks for digging into this! I don't have any experience with homebrew formulae, but you may be able to build on the make install target that was recently added. Based on the cookbook page I would expect an install step like this might work:

  def install
    system "make", "DESTDIR=#{prefix}", "install"
  end

@cclauss
Copy link
Contributor Author

cclauss commented Jan 25, 2017

I am still plugging away on this one but I seem to be blocked by issue #210

Here is my (up and stumbling) homebrew formula (grumpy.rb) so far...

@cclauss
Copy link
Contributor Author

cclauss commented Jan 26, 2017

Should be fixed when Homebrew/homebrew-core#9299 is accepted.

@trotterdylan
Copy link
Contributor

Great! Thanks for doing this.

@cclauss
Copy link
Contributor Author

cclauss commented Jan 27, 2017

The good news is that the formula now works flawlessly. The bad news is homebrew does not accept --HEAD only installs so this will need to remain open until there is a Grumpy release.

@trotterdylan
Copy link
Contributor

Ah, that's a bummer. Thanks for working on this anyway. I think an alpha release is not that far out.

@mohanraj-r
Copy link

Any update on a release @trotterdylan ?

@trotterdylan
Copy link
Contributor

Sorry, no specific plans for an alpha release at the current time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants