mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
rubymotion: rebuild
* rubymotion: add caveat for free license * Add zap Closes #129050. Signed-off-by: Bevan Kay <email@bevankay.me> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,18 @@ cask "rubymotion" do
|
||||
|
||||
url "http://www.rubymotion.com/files/RubyMotion%20Installer.zip"
|
||||
name "RubyMotion"
|
||||
desc "Write cross-platform native apps in Ruby"
|
||||
homepage "http://www.rubymotion.com/"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user