homebrew-cask/Casks/craftstudio.rb

19 lines
417 B
Ruby

cask 'craftstudio' do
version :latest
sha256 :no_check
url 'http://craftstud.io/files/OSX/CraftStudio.pkg'
name 'CraftStudio'
homepage 'http://craftstud.io'
license :commercial
depends_on cask: 'mono-mre'
pkg 'CraftStudio.pkg'
uninstall quit: 'com.sparklinlabs.CraftStudioLauncher',
pkgutil: 'com.sparklinlabs.CraftStudioLauncher'
zap delete: '~/Library/CraftStudio'
end