Martin Delille

Results 227 comments of Martin Delille

@banool I rebased your PR (even if I'm not very optimistic that it will be accepted due to the project activity).

I rebase the branch against master. May we hope to have feedback on this ?

Yes as I said [here](https://github.com/matterhorn-chat/matterhorn/pull/481#issuecomment-454839869), you can install Matterhorn from my tap: ``` brew tap martindelille/tap brew install matterhorn ``` I failed submitting it to Homebrew core formula tap because...

> Source builds of releases can be done with released versions of the dependencies as found on Hackage. You mean I can download the full source from Hackage? Do you...

I'm not familiar with Haskell at all. I'm fine with my tap. Feel free to come back to me if you want help about a brew formula which could be...

I managed to make another formula that build from the source here: https://github.com/Homebrew/homebrew-core/pull/36196 Unfortunately it fails *Homebrew* build system because of the ssh link in https://github.com/matterhorn-chat/matterhorn/blob/master/.gitmodules (in my opinion) Would...

Homebrew formula need to let the user compile himself the code. I made a first version here but it is not functional because it doesn't add `matterhorn` executable in the...

@jtdaugherty Ok I didn't knew the complexity of the build dependency required by matterhorn but I agree with you that handling dependencies in Homebrew can be hell. @dAnjou Nice job...

Rejected 😢 : https://github.com/Homebrew/homebrew-cask/pull/76235#event-2984128179 The cask is available through my task: `brew cask install martindelille/tap/matterhorn`

I removed `matterhorn` from my tap and it works like a charm! You managed to convince the homebrew maintainer which is not an easy task, well done!