Convert to formula compatible with brew tap; fix OSX for 10.9 - #8
Conversation
This requires that the repository be renamed to homebrew-encfsmacosxfuse or similar. See https://github.com/mxcl/homebrew/wiki/brew-tap
This version is the one from https://gist.github.com/defunctzombie/7324625 that works. Closes jollyjinx#7
|
This has been tested against nilbus/homebrew-encfs and works on Mavericks. |
|
It looks like this pull request is the same as Homebrew/legacy-homebrew#24017 open on the main homebrew repository. You might want to look at Homebrew/legacy-homebrew#24196 which was also opened on the main homebrew repository and has a shorter patch. I'm not sure what is holding up the latter pull request from being merged into homebrew. It might be good to comment on it to draw attention to it. |
|
I was under the impression that you repository exists because of the lack |
|
Cool. I'm not the owner of this repository, just another user who needs to use encfs with osxfuse (I have to have osxfuse installed for other software and having osxfuse and fuse4x installed simultaneously causes problems). This repository was created to allow installation of encfs with osxfuse, but recently an osxfuse formula was accepted into homebrew (previously, only fuse4x was supported but fuse4x development has ended and it is being merged into osxfuse), so the only hold up for getting an encfs formula that uses osxfuse into the main homebrew repository is for a working pull request to pass testing and review by the homebrew developers. |
|
Closing in favor of #9 |
As noted in the updated readme, this will allow users to install this formula using
brew tap.For this to work, this repository must be renamed to homebrew-encfs. The existing URLs will redirect to the new repository name and continue to work.
This also includes the updated formula for OSX 10.9 Mavericks noted in #7. This fixes the missing boost symbol issue and closes #7.