d12frosted / homebrew-emacs-plus

Emacs Plus formulae for the Homebrew package manager
MIT License
2.24k stars 175 forks source link

Formula descriptions don't seem to work #647

Closed ian-h-chamberlain closed 6 months ago

ian-h-chamberlain commented 6 months ago

Even though there is a desc in the base formula (https://github.com/d12frosted/homebrew-emacs-plus/blob/master/Library/EmacsBase.rb#L11)

$ brew update && brew desc --eval-all  d12frosted/emacs-plus/emacs-plus
Already up-to-date.
emacs-plus@29: [no description]

I'm not sure if this just means the desc needs to be applied separately to each derived formula... from a quick test it seems like this might work, not sure if there's a more elegant way?

  desc EmacsBase.desc

I'd guess homepage probably has the same issue, since I don't see it in brew info output.