homebrew-cask/Casks/zenbeats.rb

24 lines
578 B
Ruby

cask "zenbeats" do
version "2.2.2,8612"
sha256 :no_check
url "https://static.roland.com/assets/media/pkg/Zenbeats_Installer.pkg"
name "Zenbeats"
desc "Music creation app"
homepage "https://www.roland.com/us/products/zenbeats/"
livecheck do
skip "unversioned URL"
end
pkg "Zenbeats_Installer.pkg"
uninstall pkgutil: "jp.co.roland.zenbeats"
zap trash: [
"~/Library/Caches/com.juce.locks/juceAppLock_Roland Zenbeats",
"~/Library/Caches/jp.co.roland.zenbeats",
"~/Library/Saved Application State/jp.co.roland.zenbeats.savedState",
]
end