homebrew-cask/Casks/rubymotion.rb

14 lines
311 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rubymotion' do
2015-05-15 23:53:17 +08:00
version :latest
sha256 :no_check
url 'http://www.rubymotion.com/files/RubyMotion%20Installer.zip'
name 'RubyMotion'
homepage 'http://www.rubymotion.com/'
license :commercial
installer manual: 'RubyMotion Installer.app'
2015-05-15 23:53:17 +08:00
uninstall pkgutil: 'com.hipbyte.rubymotion.pkg'
2015-05-15 23:53:17 +08:00
end