Files
homebrew-cask/Casks/w/webpquicklook.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

20 lines
464 B
Ruby

cask "webpquicklook" do
version "1.0"
sha256 :no_check
url "https://raw.githubusercontent.com/emin/WebPQuickLook/master/WebpQuickLook.tar.gz",
verified: "raw.githubusercontent.com/emin/WebPQuickLook/"
name "WebPQuickLook"
desc "QuickLook plugin for webp files"
homepage "https://github.com/emin/WebPQuickLook"
livecheck do
url :url
strategy :extract_plist
end
qlplugin "WebpQuickLook.qlgenerator"
# No zap stanza required
end