aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/llvm.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-05-18 13:21:12 -0700
committerAdam Vandenberg2011-05-19 08:03:08 -0700
commitf6294f94cd1be64bd8a83b1579ca159c566649a7 (patch)
tree3c6016cb536a3509a1265e8cd7d86d5bb8581f98 /Library/Formula/llvm.rb
parent302ab10d8a6160f11fb0c6268acbe3e7996b59d7 (diff)
downloadhomebrew-f6294f94cd1be64bd8a83b1579ca159c566649a7.tar.bz2
Add new external command: unpack
`brew-unpack` is inspired by the `unpack` command of Haskell's Cabal. `brew unpack <formulae ...>` will fetch the source code archives of one or more formula and extract them into subfolders of the current working directory. An alternate root directory may be specified by invoking the `--destdir` flag. This provides some nice advantages for inspecting source code compared to `brew install -i -f <formula>`: - The extracted source code won't be deleted when the Ruby process terminates---which allows for long-term experimentation. - The user has control over which directory the code is extracted into. - No install process is initiated, so accidentally typing the equivalent of `exit 0` will not cause `brew` to mess with an existing installation. - Several formulae may be unpacked at once. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/llvm.rb')
0 files changed, 0 insertions, 0 deletions