homebrew-cask/Casks/wxcrafter.rb

19 lines
432 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wxcrafter' do
2015-02-16 05:12:46 +08:00
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'
2015-02-16 05:12:46 +08:00
app 'wxCrafter.app'
zap delete: [
'~/Library/Application Support/wxcrafter',
'~/Library/Preferences/wxcrafter.plist',
]
2015-02-16 05:12:46 +08:00
end