homebrew-cask/Casks/epubquicklook.rb

14 lines
505 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'epubquicklook' do
2016-03-10 07:50:09 +08:00
version '1.8'
sha256 '923b2ebcbffc4ee1da42550c2239b41bad088d61956b22b1a92b293329ef6fe5'
2014-08-27 16:50:46 +08:00
url "https://github.com/jaketmp/ePub-quicklook/releases/download/v#{version}/epub.qlgenerator.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/jaketmp/ePub-quicklook/releases.atom',
2016-03-10 07:50:09 +08:00
checkpoint: 'f4b69e735f425ff4f6d8e4cc4c2f2a9daee6140c0988176f64626d4c7b61eb78'
name 'EPUB QuickLook'
homepage 'https://github.com/jaketmp/ePub-quicklook'
2015-08-30 01:59:30 +08:00
license :bsd
2014-08-27 16:50:46 +08:00
qlplugin 'epub.qlgenerator'
2014-08-27 16:50:46 +08:00
end