mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Fix Style/ElseAlignment error in araxis-merge.rb Fix Lint/BlockAlignment error in jabber-video.rb Fix Style/IndentationConsistency error in tuneinstructor.rb Fix Style/MultilineIfThen error in wireshark.rb Fix Style/IndentationWidth errors Fix inconsistent indentation in blue-jeans-browser-plugin.rb and mini-vmac.rb Fix Style/SpaceAroundOperators error in myo-connect.rb Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb Fix Style/Tab error in syphon-virtual-screen.rb Fix Style/TrailingWhitespace errors in various Casks
17 lines
712 B
Ruby
17 lines
712 B
Ruby
cask :v1 => 'quotefix' do
|
|
version '2.5.2'
|
|
sha256 '8d914ae553b84fe5f246ab1eb030d25792ca8d626b3bbac57acee857135e85a9'
|
|
|
|
url "https://github.com/robertklep/quotefixformac/releases/download/v#{version}/QuoteFix-v#{version}.zip"
|
|
homepage 'https://github.com/robertklep/quotefixformac'
|
|
license :oss
|
|
|
|
artifact 'QuoteFix.mailbundle', :target => Pathname.new(File.expand_path('~')).join('Library/Mail/Bundles/QuoteFix.mailbundle')
|
|
|
|
postflight do
|
|
system 'defaults', 'write', 'com.apple.mail', 'EnableBundles', '-bool', 'true'
|
|
system 'defaults', 'write', 'com.apple.mail', 'BundleCompatibilityVersion', '-string', '3'
|
|
end
|
|
|
|
caveats 'You may need to restart Mail.app before you can use QuoteFix'
|
|
end
|