homebrew-cask/Casks/jsonlook.rb

13 lines
331 B
Ruby

cask :v1 => 'jsonlook' do
version :latest
sha256 :no_check
# dropbox.com is the official download host per the vendor homepage
url 'https://dl.dropbox.com/u/3878216/github/jsonlook.qlgenerator.zip'
name 'jsonlook'
homepage 'https://github.com/rjregenold/jsonlook'
license :mit
qlplugin 'jsonlook.qlgenerator'
end