homebrew-cask/Casks/craftstudio.rb

21 lines
582 B
Ruby
Raw Normal View History

2014-11-14 01:25:38 +08:00
cask :v1 => 'craftstudio' do
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'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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 <<-EOS.undent
2014-12-11 00:46:07 +08:00
#{token} requires mono-mre, available via
brew cask install mono-mre
EOS
2014-08-21 14:12:58 +08:00
end