homebrew-cask/Casks/craftstudio.rb

19 lines
433 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'
2015-01-05 05:36:34 +08:00
name 'CraftStudio'
2014-08-21 14:12:58 +08:00
homepage 'http://craftstud.io'
2015-01-05 05:36:48 +08:00
license :commercial
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-08-21 14:12:58 +08:00
2015-01-05 05:37:33 +08:00
zap :delete => '~/Library/CraftStudio'
2015-01-05 05:37:33 +08:00
depends_on :cask => 'mono-mre'
2014-08-21 14:12:58 +08:00
end