mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
14 lines
419 B
Ruby
14 lines
419 B
Ruby
cask "epubquicklook" do
|
|
version "1.8"
|
|
sha256 "923b2ebcbffc4ee1da42550c2239b41bad088d61956b22b1a92b293329ef6fe5"
|
|
|
|
url "https://github.com/jaketmp/ePub-quicklook/releases/download/v#{version}/epub.qlgenerator.zip"
|
|
name "EPUB QuickLook"
|
|
desc "Quick Look generator and Spotlight importer"
|
|
homepage "https://github.com/jaketmp/ePub-quicklook"
|
|
|
|
depends_on macos: "<= :mojave"
|
|
|
|
qlplugin "epub.qlgenerator"
|
|
end
|