[Cask] Add dragonfly-reverb
This commit is contained in:
parent
e3b7276aa1
commit
99a6edff87
26
Casks/dragonfly-reverb.rb
Normal file
26
Casks/dragonfly-reverb.rb
Normal file
@ -0,0 +1,26 @@
|
||||
cask "dragonfly-reverb" do
|
||||
arch arm: "arm64", intel: "intel"
|
||||
version "3.2.8"
|
||||
sha256 arm: "universal",
|
||||
intel: "intel"
|
||||
|
||||
url "https://github.com/michaelwillis/dragonfly-reverb/releases/download/#{vesrion}/dragonfly-reverb-#{version}-macos-#{arch}.pkg",
|
||||
verified: "https://github.com/michaelwillis/dragonfly-reverb"
|
||||
name "Dragonfly Reverb"
|
||||
desc "A set of free reverb effects"
|
||||
homepage "https://michaelwillis.github.io/dragonfly-reverb/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
regex(/^v?(\d+(?:\.\d+)+)$/i)
|
||||
end
|
||||
|
||||
pkg "dragonfly-reverb-#{vesrion}-macos-#{arch}.pkg"
|
||||
uninstall pkgutil: [
|
||||
"studio.kx.distrho.plugins.dragonfly-reverb.lv2bundles",
|
||||
"studio.kx.distrho.plugins.dragonfly-reverb.clapbundles",
|
||||
"studio.kx.distrho.plugins.dragonfly-reverb.vst2bundles",
|
||||
"ststudio.kx.distrho.plugins.dragonfly-reverb.vst3bundles"
|
||||
]
|
||||
|
||||
end
|
@ -22,11 +22,4 @@ cask "openmusic" do
|
||||
regex(/^v?(\d+(?:\.\d+)+)$/i)
|
||||
end
|
||||
app "OM #{version}.app"
|
||||
|
||||
zap trash: [
|
||||
# "~/Library/Application Support/Electron ",
|
||||
# "~/Library/Caches/Electron",
|
||||
# "~/Library/Preferences/com.github.electron.helper.plist",
|
||||
# "~/Library/Preferences/com.github.electron.plist",
|
||||
]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user