homebrew-cask/Casks/parse.rb

16 lines
295 B
Ruby

class Parse < Cask
version :latest
sha256 :no_check
url 'https://www.parse.com/downloads/cloud_code/parse'
homepage 'https://parse.com'
license :unknown
container :type => :naked
binary 'parse'
postflight do
system "chmod", "755", "#{destination_path}/#{title}"
end
end