excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rubymotion.rb
blobcdef97a7425a11cb7c42e4009c508675fefef61d
1 cask "rubymotion" do
2   version "1.0"
3   sha256 :no_check
5   url "http://www.rubymotion.com/files/RubyMotion%20Installer.zip"
6   name "RubyMotion"
7   desc "Write cross-platform native apps in Ruby"
8   homepage "http://www.rubymotion.com/"
10   deprecate! date: "2024-08-11", because: :unmaintained
12   installer manual: "RubyMotion Installer.app"
14   uninstall pkgutil: "com.hipbyte.rubymotion.pkg"
16   zap trash: "~/.rubymotion"
18   caveats do
19     free_license "http://www.rubymotion.com/download/starter/"
20   end
21 end