Files
homebrew-cask/Casks/a/avifquicklook.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
424 B
Ruby

cask "avifquicklook" do
version "1.2.0"
sha256 "b61bbcb1463cd3cdd2612aa43312852c77094e3212e6e5dce563d0e3b693d0da"
url "https://github.com/dreampiggy/AVIFQuickLook/releases/download/#{version}/AVIFQuickLook.qlgenerator.zip"
name "AVIFQuickLook"
desc "QuickLook Plugin for AVIF images"
homepage "https://github.com/dreampiggy/AVIFQuickLook"
qlplugin "AVIFQuickLook.qlgenerator"
# No zap stanza required
end