Skip to content

Instantly share code, notes, and snippets.

@guyzmo
Created February 6, 2015 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guyzmo/588deedefc1675998bbe to your computer and use it in GitHub Desktop.
Save guyzmo/588deedefc1675998bbe to your computer and use it in GitHub Desktop.
cask formula for mplabx
cask :v1 => 'mplabx' do
version '2.30'
sha256 '551788c3f428590da3ee405ad3e6756a57ecb1c3dd4effe76fafebc10c4e1892'
depends => :java16
url 'http://www.microchip.com/mplabx-ide-osx-installer'
name 'Microchip MPLabX'
homepage 'http://www.microchip.com/pagehandler/en-us/family/mplabx/home.html'
license :commercial
installer :script => 'MPLABX-v2.30-osx-installer.app/Contents/MacOS/installbuilder.sh',
:args => %w[--mode text --ide 1 --ipe 1 --exepermission no]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment