Skip to content

Commit

Permalink
add webpquicklook
Browse files Browse the repository at this point in the history
  • Loading branch information
lincerely committed Dec 5, 2022
1 parent 3c08ae9 commit 2a09468
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Casks/webpquicklook.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cask "webpquicklook" do
version "1.0.0"
name "WebPQuickLook"
desc "Mac OS X QuickLook plugin for WebP image files"
homepage "https://github.com/lincerely/WebPQuickLook"
sha256 "8b97e544c2df8cc135b56e1df0e4d6f03803d61794375bc35433bf4eda326744"

url "https://github.com/lincerely/WebPQuickLook/releases/download/v1.0.0/WebpQuickLook.qlgenerator.tar.xz",
verified: "github.com/lincerely/WebPQuickLook/"

livecheck do
url :url
strategy :extract_plist
end

qlplugin "WebpQuickLook.qlgenerator"
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### Casks
- AnimeEffects - A 2D keyframe animation tool based on deformation of polygon meshes (http://animeeffects.org/en/)
- webpquicklook - Mac OS X QuickLook plugin for WebP image files (https://github.com/lincerely/WebPQuickLook)

## How do I install these formulae?
`brew install lincerely/tools/<formula>`
Expand Down

0 comments on commit 2a09468

Please sign in to comment.