You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
1.2 KiB

cask 'wine-staging' do
version '2.7'
sha256 '769fbefbbc73c10d267946d0703cfff1ff95b0405f77713c6e30b86db3ca19d9'
# dl.winehq.org/wine-builds/macosx was verified as official when first introduced to the cask
url "https://dl.winehq.org/wine-builds/macosx/pool/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