homebrew-cask/Casks/quicklook-csv.rb

10 lines
224 B
Ruby
Raw Normal View History

2013-12-08 01:41:26 +08:00
class QuicklookCsv < Cask
2014-09-17 19:42:59 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://quicklook-csv.googlecode.com/files/QuickLookCSV.dmg'
homepage 'https://github.com/p2/quicklook-csv'
2013-12-08 01:41:26 +08:00
qlplugin 'QuickLookCSV.qlgenerator'
end