mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
20 lines
464 B
Ruby
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
|