Files
homebrew-cask/Casks/m/macx-video.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
566 B
Ruby

cask "macx-video" do
version "1.5,20180622"
sha256 :no_check
url "https://www.videoproc.com/download/macxvideo.dmg"
name "macXvideo"
desc "4K video processing software"
homepage "https://www.videoproc.com/macxvideo/"
livecheck do
url :url
strategy :extract_plist
end
app "macXvideo.app"
zap trash: [
"~/Library/Application Support/Digiarty",
"~/Library/Caches/com.digiarty.macXvideo",
"~/Library/Preferences/com.digiarty.macXvideo.plist",
"~/Library/Saved Application State/com.digiarty.macXvideo.savedState",
]
end