homebrew-cask/Casks/tev.rb

21 lines
492 B
Ruby

cask "tev" do
version "1.25"
sha256 "40574d85cc9bb65b68c60632d5123d10cf2a3dfd3360cc49b68378359d37bfa5"
url "https://github.com/Tom94/tev/releases/download/v#{version}/tev.dmg"
name "tev"
desc "HDR image comparison tool with an emphasis on OpenEXR images"
homepage "https://github.com/Tom94/tev"
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
depends_on macos: ">= :catalina"
app "tev.app"
zap trash: "~/Library/Preferences/org.tom94.tev.plist"
end