homebrew-cask/Casks/epubquicklook.rb

14 lines
470 B
Ruby
Raw Normal View History

2014-11-14 01:25:47 +08:00
cask :v1 => 'epubquicklook' do
2014-09-17 19:42:43 +08:00
version :latest
2014-08-27 16:50:46 +08:00
sha256 :no_check
url 'http://people.ict.usc.edu/~leuski/programming/EPUBQuickLookPlugin.dmg'
2015-01-05 00:15:58 +08:00
name 'EPUB QuickLook plugin'
2014-08-27 16:50:46 +08:00
homepage 'http://people.ict.usc.edu/~leuski/programming/epub-quickview.php'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-27 16:50:46 +08:00
2014-09-10 23:37:00 +08:00
pkg 'EpubQuickLook.pkg'
uninstall :pkgutil => 'net.leuski.epubQuicklookPlugin.epub.pkg'
2014-08-27 16:50:46 +08:00
end