cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / epubquicklook.rb
blobe64e6e167183d56570c6d8f931be8e0d9d3f3517
1 cask :v1 => 'epubquicklook' do
2   version :latest
3   sha256 :no_check
5   url 'http://people.ict.usc.edu/~leuski/programming/EPUBQuickLookPlugin.dmg'
6   name 'EPUB QuickLook plugin'
7   homepage 'http://people.ict.usc.edu/~leuski/programming/epub-quickview.php'
8   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
10   pkg 'EpubQuickLook.pkg'
12   uninstall :pkgutil => 'net.leuski.epubQuicklookPlugin.epub.pkg'
13 end