Print license information in brew info
This commit is contained in:
parent
b07685291b
commit
864cc76b3b
@ -211,6 +211,8 @@ module Homebrew
|
|||||||
|
|
||||||
puts "From: #{Formatter.url(github_info(f))}"
|
puts "From: #{Formatter.url(github_info(f))}"
|
||||||
|
|
||||||
|
puts "License: #{f.license}" if f.license
|
||||||
|
|
||||||
unless f.deps.empty?
|
unless f.deps.empty?
|
||||||
ohai "Dependencies"
|
ohai "Dependencies"
|
||||||
%w[build required recommended optional].map do |type|
|
%w[build required recommended optional].map do |type|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user