Extra lines to be added verbatim to the bottom of the generated Brewfile.
Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
# 'brew cask install' only if '/usr/libexec/java_home --failfast' fails
cask "java" unless system "/usr/libexec/java_home --failfast"
''