Files
homebrew-cask/Casks/r/rubymotion.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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