homebrew-cask/Casks/jsonlook.rb

12 lines
305 B
Ruby
Raw Normal View History

2013-11-15 12:06:47 +08:00
class Jsonlook < Cask
2014-09-17 19:42:50 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-10-09 23:28:11 +08:00
# dropbox is the official download host per the vendor homepage
url 'https://dl.dropbox.com/u/3878216/github/jsonlook.qlgenerator.zip'
homepage 'https://github.com/rjregenold/jsonlook'
2014-10-01 23:33:10 +08:00
license :oss
2013-11-15 12:06:47 +08:00
qlplugin 'jsonlook.qlgenerator'
end