Skip to content

Commit

Permalink
Merge pull request Homebrew#9603 from jawshooah/casks/wxcrafter
Browse files Browse the repository at this point in the history
Add wxCrafter (new cask)
  • Loading branch information
ndr committed Feb 16, 2015
2 parents dda0bef + e700f70 commit 9b91807
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Casks/wxcrafter.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9b91807

Please sign in to comment.