aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
-rw-r--r--Library/Homebrew/formula_installer.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 66d0827cd..897a03afe 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -114,7 +114,7 @@ class FormulaInstaller
end
end
- oh1 "Installing #{f}" if show_header
+ oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header
if install_bottle
pour
@@ -133,7 +133,7 @@ class FormulaInstaller
fi = FormulaInstaller.new(dep, dep_tab)
fi.ignore_deps = true
fi.show_header = false
- oh1 "Installing #{f} dependency: #{dep}"
+ oh1 "Installing #{f} dependency: #{Tty.green}#{dep}#{Tty.reset}"
outdated_keg.unlink if outdated_keg
fi.install
fi.caveats
@@ -173,7 +173,8 @@ class FormulaInstaller
install_plist
fix_install_names
- ohai "Summary" if ARGV.verbose? or show_summary_heading
+ ohai "Summary - #{f.name}" if ARGV.verbose? or show_summary_heading
+ print "🍺 " if MacOS.version >= :lion
print "#{f.prefix}: #{f.prefix.abv}"
print ", built in #{pretty_duration build_time}" if build_time
puts