mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
25 lines
513 B
Ruby
25 lines
513 B
Ruby
cask "rubymotion" do
|
|
version "1.0"
|
|
sha256 :no_check
|
|
|
|
url "http://www.rubymotion.com/files/RubyMotion%20Installer.zip"
|
|
name "RubyMotion"
|
|
desc "Write cross-platform native apps in Ruby"
|
|
homepage "http://www.rubymotion.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
installer manual: "RubyMotion Installer.app"
|
|
|
|
uninstall pkgutil: "com.hipbyte.rubymotion.pkg"
|
|
|
|
zap trash: "~/.rubymotion"
|
|
|
|
caveats do
|
|
free_license "http://www.rubymotion.com/download/starter/"
|
|
end
|
|
end
|