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

14 lines
475 B
Ruby

cask "qlfits" do
version "3.2.2"
sha256 "95320c8fcdf02681d592122ef75ab8e1b0ee8d6f394760b3c25f8485a3e6c130"
url "https://github.com/onekiloparsec/QLFits/releases/download/#{version}/QLFits#{version.major}.qlgenerator.zip"
name "QLFits"
desc "QuickLook plugin to view FITS files"
homepage "https://github.com/onekiloparsec/QLFits"
qlplugin "QLFits#{version.major}.qlgenerator"
zap trash: "~/Library/Preferences/com.softtenebraslux.qlfitsgenerator.plist"
end