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.
33 lines
1.1 KiB
33 lines
1.1 KiB
cask 'wine-staging' do
|
|
version '2.1'
|
|
sha256 '16581c8bb0a226dd1678e586426abe4075aa373eaed187560ee4bb0e926b4826'
|
|
|
|
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
|
|
|