homebrew-cask-versions/Casks/parse.rb
2014-08-19 10:21:48 +09:00

14 lines
276 B
Ruby

class Parse < Cask
version 'latest'
sha256 :no_check
url 'https://www.parse.com/downloads/cloud_code/parse'
homepage 'https://parse.com'
binary 'parse'
container_type :naked
after_install do
system "chmod", "755", "#{destination_path}/#{title}"
end
end