homebrew-cask/Casks/epubquicklook.rb

14 lines
504 B
Ruby

cask 'epubquicklook' do
version '1.7'
sha256 '9d1816628d9718de0b6bfc97c30a4f0569561b4102f46c9e2e890502e9047456'
url "https://github.com/jaketmp/ePub-quicklook/releases/download/v#{version}/epub.qlgenerator.zip"
appcast 'https://github.com/jaketmp/ePub-quicklook/releases.atom',
:sha256 => 'd26986359bcd57a5fd08e5f6fc04b7ca5c620b564f6d295f019f6c7eca0b83da'
name 'EPUB QuickLook'
homepage 'https://github.com/jaketmp/ePub-quicklook'
license :bsd
qlplugin 'epub.qlgenerator'
end