cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / craftstudio.rb
blob055c320d5b16439b26f2c511794da011c750dbea
1 cask :v1 => 'craftstudio' do
2   version :latest
3   sha256 :no_check
5   url 'http://craftstud.io/files/OSX/CraftStudio.pkg'
6   name 'CraftStudio'
7   homepage 'http://craftstud.io'
8   license :commercial
10   pkg 'CraftStudio.pkg'
12   uninstall :quit => 'com.sparklinlabs.CraftStudioLauncher',
13             :pkgutil => 'com.sparklinlabs.CraftStudioLauncher'
15   zap       :delete => '~/Library/CraftStudio'
17   depends_on :cask => 'mono-mre'
18 end