aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-linkapps.rb
AgeCommit message (Collapse)Author
2012-03-18Rename external commands directory from examples.Mike McQuaid
Fixes Homebrew/homebrew#10829.
2011-07-29linkapps: also search for bin/*.appCharlieRoot
Qt and PhantomJS install apps to this folder, so find those apps too. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-05Also link apps found in libexecAdam Vandenberg
2011-06-01brew-linkapps: Support --HEAD buildschrisg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07brew-linkapps - expand the target path once.Adam Vandenberg
2010-06-09External command: brew linkappsAdam Vandenberg
This command looks for Cocoa Applications (.app bundles) in the prefix of all installed formulae. If any are found, they are linked into "~/Applications", the system-defined location for per-user apps.