Add wxCrafter (new cask)

This commit is contained in:
Josh Hagins 2015-02-15 16:12:46 -05:00
parent f096362711
commit e700f70756
1 changed files with 18 additions and 0 deletions

18
Casks/wxcrafter.rb Normal file
View File

@ -0,0 +1,18 @@
cask :v1 => '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
app 'wxCrafter.app'
zap :delete => [
'~/Library/Application Support/wxcrafter',
'~/Library/Preferences/wxcrafter.plist'
]
depends_on :macos => '>= :mountain_lion'
end