homebrew-cask/Casks/craftstudio.rb

19 lines
475 B
Ruby
Raw Normal View History

2014-08-21 14:12:58 +08:00
class Craftstudio < Cask
2014-09-17 19:42:42 +08:00
version :latest
2014-08-21 14:12:58 +08:00
sha256 :no_check
url 'http://craftstud.io/files/OSX/CraftStudio.pkg'
homepage 'http://craftstud.io'
2014-10-01 23:32:42 +08:00
license :unknown
2014-08-21 14:12:58 +08:00
2014-09-10 23:37:00 +08:00
pkg 'CraftStudio.pkg'
2014-08-21 14:12:58 +08:00
uninstall :quit => 'com.sparklinlabs.CraftStudioLauncher',
2014-08-22 10:16:47 +08:00
:pkgutil => 'com.sparklinlabs.CraftStudioLauncher'
2014-09-18 19:57:55 +08:00
zap :delete => '~/Library/CraftStudio'
2014-08-21 14:12:58 +08:00
caveats do
"Requires mono-mre. You can install this by running brew cask install mono-mre."
end
end