mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
38 lines
1.5 KiB
Ruby
38 lines
1.5 KiB
Ruby
cask "surge-xt" do
|
|
version "1.2.3"
|
|
sha256 "a9531de3113ab2d32cecd3d25d6917d276d1200905f85d56423021dd06c0a5ca"
|
|
|
|
url "https://github.com/surge-synthesizer/releases-xt/releases/download/#{version}/surge-xt-macOS-#{version}.dmg",
|
|
verified: "github.com/surge-synthesizer/releases-xt/"
|
|
name "Surge XT"
|
|
desc "Hybrid synthesizer"
|
|
homepage "https://surge-synthesizer.github.io/"
|
|
|
|
pkg "surge-xt-macOS-#{version}.pkg"
|
|
|
|
uninstall pkgutil: [
|
|
"com.surge-synth-team.surge-xt-fx.app.pkg",
|
|
"com.surge-synth-team.surge-xt-fx.component.pkg",
|
|
"com.surge-synth-team.surge-xt-fx.vst3.pkg",
|
|
"com.surge-synth-team.surge-xt.app.pkg",
|
|
"com.surge-synth-team.surge-xt.component.pkg",
|
|
"com.surge-synth-team.surge-xt.resources.pkg",
|
|
"com.surge-synth-team.surge-xt.vst3.pkg",
|
|
"org.surge-synth-team.surge-xt-fx.app.pkg",
|
|
"org.surge-synth-team.surge-xt-fx.component.pkg",
|
|
"org.surge-synth-team.surge-xt-fx.vst3.pkg",
|
|
"org.surge-synth-team.surge-xt-fx.clap.pkg",
|
|
"org.surge-synth-team.surge-xt.app.pkg",
|
|
"org.surge-synth-team.surge-xt.component.pkg",
|
|
"org.surge-synth-team.surge-xt.resources.pkg",
|
|
"org.surge-synth-team.surge-xt.vst3.pkg",
|
|
"org.surge-synth-team.surge-xt.clap.pkg",
|
|
],
|
|
delete: [
|
|
"/Applications/Surge XT Effects.app",
|
|
"/Applications/Surge XT.app",
|
|
]
|
|
|
|
# No zap stanza required
|
|
end
|