diff --git a/Casks/p/paulxstretch.rb b/Casks/p/paulxstretch.rb new file mode 100644 index 0000000000..93e4673413 --- /dev/null +++ b/Casks/p/paulxstretch.rb @@ -0,0 +1,24 @@ +cask "paulxstretch" do + version "1.6.0" + sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad" + + url "https://github.com/essej/paulxstretch/releases/download/v#{version}/paulxstretch-#{version}-mac.dmg" + name "PaulXStretch" + desc "Extreme time stretching plugin for audio files" + homepage "https://github.com/essej/paulxstretch" + + livecheck do + url :url + strategy :github_latest + end + + pkg "PaulXStretch Installer.pkg" + + uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*" + + zap trash: [ + "~/Library/Application Support/PaulXStretch", + "~/Library/Application Support/PaulXStretch3", + "~/Library/Preferences/com.sonosaurus.paulxstretch.plist", + ] +end