homebrew-cask/Casks/parse.rb

16 lines
291 B
Ruby
Raw Normal View History

2014-08-15 08:23:25 +08:00
class Parse < Cask
2014-09-17 19:42:56 +08:00
version :latest
2014-08-15 08:23:25 +08:00
sha256 :no_check
url 'https://www.parse.com/downloads/cloud_code/parse'
homepage 'https://parse.com'
2014-10-01 23:33:35 +08:00
license :unknown
2014-08-15 08:23:25 +08:00
binary 'parse'
container_type :naked
2014-09-09 20:55:27 +08:00
postflight do
2014-08-15 08:23:25 +08:00
system "chmod", "755", "#{destination_path}/#{title}"
end
end