Files
homebrew-cask/Casks/q/qldds.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

21 lines
613 B
Ruby

cask "qldds" do
version "1.33"
sha256 "7342f788f750bf4f40e84f6fcbfefb4603e78d00c99d55fae4ba65a78f9ff20f"
url "https://github.com/Marginal/QLdds/releases/download/rel-#{version.no_dots}/QLdds_#{version.no_dots}.pkg"
name "QuickLook DDS"
desc "QuickLook plugin for DirectDraw Surface (DDS) texture files"
homepage "https://github.com/Marginal/QLdds"
livecheck do
url :url
regex(/Release\s+(\d+(?:\.\d+)*)/i)
strategy :github_latest
end
pkg "QLdds_#{version.no_dots}.pkg"
uninstall pkgutil: "uk.org.marginal.qldds",
launchctl: "uk.org.marginal.qldds.mdimporter"
end