homebrew-cask/Casks/intel-power-gadget.rb

14 lines
519 B
Ruby
Raw Normal View History

# encoding: UTF-8
2014-02-01 02:24:28 +08:00
class IntelPowerGadget < Cask
version '3.0.1'
sha256 '538a792721604e2155b3a48caa4084db751a91b170e5fa62bf0331d3147f2239'
url 'https://software.intel.com/sites/default/files/IntelPowerGadget3.0.1.zip'
homepage 'http://software.intel.com/en-us/articles/intel-power-gadget-20'
# this bogus-looking character accurately reflects an upstream error
nested_container 'IntelÆ Power Gadget.dmg'
2014-02-01 02:24:28 +08:00
install 'Install Intel Power Gadget.pkg'
uninstall :pkgutil => 'com.intel.pkg.PowerGadget.*'
end