[Cask] Add dragonfly-reverb

This commit is contained in:
Nikolai Rodionov 2023-01-22 10:55:54 +01:00
parent e3b7276aa1
commit 99a6edff87
2 changed files with 26 additions and 7 deletions

26
Casks/dragonfly-reverb.rb Normal file
View 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

View File

@ -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