gittup / tup

Tup is a file-based build system.
http://gittup.org/tup/
GNU General Public License v2.0
1.17k stars 144 forks source link

OSX Brew: Error - No available formula for tup #241

Closed ccostes closed 9 years ago

ccostes commented 9 years ago

Trying to install on OSX 10.10.5 and have already installed osxfuse, but when I try to install tup using brew install tup is says Error: No available formula for tup.

Any idea what the problem could be? I'm new to Mac, so it's entirely possible I'm doing something dumb.

ghost commented 9 years ago

Perhaps try brew update?

ghost commented 9 years ago

Actually, I just ran brew update and it showed tup as one of the deleted formulae. Maybe it moved and needs to be added via brew tap? It shows up under "Inactive" on http://brewformulas.org so I'm not sure what happened.

ghost commented 9 years ago

Okay here is a (possible) real lead: tup looks to have moved to https://github.com/Homebrew/homebrew-fuse, so run brew tap homebrew/fuse then you should be able to install it.

ccostes commented 9 years ago

Ah, perfect. After tapping homebrew/fuse I am able to use brew install homebrew/fuse/tup successfully!