homebrew-cask/Casks/wxcrafter.rb

19 lines
447 B
Ruby

cask 'wxcrafter' do
version :latest
sha256 :no_check
url 'http://codelite.org/downloads/wxCrafter/wxCrafterDownloads.php?osx'
name 'wxCrafter'
homepage 'http://wxcrafter.codelite.org'
license :freemium
depends_on :macos => '>= :mountain_lion'
app 'wxCrafter.app'
zap :delete => [
'~/Library/Application Support/wxcrafter',
'~/Library/Preferences/wxcrafter.plist',
]
end