cask 'wine-staging' do version '2.0' sha256 '37d0f5de1af9ec2d9ce0aef9cad6e58232d501aa2f3fb66f3397513e5357eafc' url "https://repos.wine-staging.com/macosx/i686/winehq-staging-#{version}.pkg" name 'WineHQ-staging' homepage 'https://www.wine-staging.com/' depends_on cask: 'xquartz' pkg "winehq-staging-#{version}.pkg", choices: [ { 'choiceIdentifier' => 'choice3', 'choiceAttribute' => 'selected', 'attributeSetting' => 1, }, ] uninstall pkgutil: [ 'org.winehq.wine-staging', 'org.winehq.wine-staging-deps', 'org.winehq.wine-staging-deps64', 'org.winehq.wine-staging32', 'org.winehq.wine-staging64', ], delete: '/Applications/Wine Staging.app' caveats <<-EOS.undent #{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. EOS end