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

19 lines
492 B
Ruby

cask "quicklook-pfm" do
version "1.1"
sha256 "53308ac3d7f0f8ed02adb2feff282764fdeadb32352b0776caeaec3d6a514333"
url "https://github.com/lnxbil/quicklook-pfm/releases/download/#{version}/quicklook-pfm-#{version}.zip"
name "quicklook-pfm"
desc "QuickLook plugin for PPM, PGM, PFM and PBM files"
homepage "https://github.com/lnxbil/quicklook-pfm"
livecheck do
url :url
strategy :github_latest
end
qlplugin "Quicklook-PFM.qlgenerator"
# No zap stanza required
end