homebrew-cask/Casks/silicon-labs-vcp-driver.rb

16 lines
496 B
Ruby
Raw Normal View History

2014-12-12 18:00:50 +08:00
cask :v1 => 'silicon-labs-vcp-driver' do
version :latest
sha256 :no_check
2015-05-02 01:29:15 +08:00
url 'https://www.silabs.com/Support%20Documents/Software/Mac_OSX_VCP_Driver.zip'
2014-12-12 18:00:50 +08:00
name 'Silicon Labs VCP Driver'
name 'CP210x USB to UART Bridge VCP Driver'
2015-06-29 14:32:18 +08:00
homepage 'https://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx'
2014-12-12 18:00:50 +08:00
license :gratis
container :nested => 'SiLabsUSBDriverDisk.dmg'
2015-05-02 01:29:15 +08:00
pkg 'Silicon Labs VCP Driver.pkg'
2014-12-12 18:00:50 +08:00
uninstall :pkgutil => 'com.silabs.siliconLabsVcpDriver.*'
end