* squiggly heredocs * style: lilypond-dev
@ -84,7 +84,7 @@ cask 'java8' do
],
rmdir: '~/Library/Application Support/Oracle/'
caveats <<-EOS.undent
caveats <<~EOS
This Cask makes minor modifications to the JRE to prevent issues with
packaged applications, as discussed here:
@ -26,7 +26,7 @@ cask 'libreoffice-still' do
binary shimscript, target: 'soffice'
preflight do
IO.write shimscript, <<-EOS.undent
IO.write shimscript, <<~EOS
#!/bin/sh
'#{appdir}/LibreOffice.app/Contents/MacOS/soffice' "$@"
EOS
@ -24,7 +24,7 @@ cask 'lilypond-dev' do
binaries.each do |shimscript|
# shim script (https://github.com/caskroom/homebrew-cask/issues/18809)
IO.write "#{staged_path}/#{shimscript}.wrapper.sh", <<-EOS.undent
IO.write "#{staged_path}/#{shimscript}.wrapper.sh", <<~EOS
exec '#{appdir}/LilyPond.app/Contents/Resources/bin/#{shimscript}' "$@"
@ -31,7 +31,7 @@ cask 'tunnelblick-beta' do
'~/Library/Preferences/net.tunnelblick.tunnelblick.plist',
]
For security reasons, #{token} must be installed to /Applications,
and will request to be moved at launch.
@ -32,7 +32,7 @@ cask 'virtualbox-extension-pack-beta' do
sudo: true
end
Installing this Cask means you have AGREED to the
VirtualBox Personal Use and Evaluation License at
@ -26,7 +26,7 @@ cask 'wine-devel' do
delete: '/Applications/Wine Devel.app'
#{token} installs support for running 64 bit applications in Wine, which is considered experimental.
If you do not want 64 bit support, you should download and install the #{token} package manually.
@ -27,7 +27,7 @@ cask 'wine-staging' do
delete: '/Applications/Wine Staging.app'