mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
14 lines
272 B
Ruby
14 lines
272 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
|
|
|
|
postflight do
|
|
system "chmod", "755", "#{destination_path}/#{title}"
|
|
end
|
|
end
|