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

16 lines
665 B
Ruby
Raw Normal View History

# encoding: UTF-8
2014-11-14 01:26:06 +08:00
cask :v1 => 'intel-power-gadget' do
2014-02-01 02:24:28 +08:00
version '3.0.1'
sha256 '538a792721604e2155b3a48caa4084db751a91b170e5fa62bf0331d3147f2239'
2014-09-26 20:08:58 +08:00
url "https://software.intel.com/sites/default/files/managed/59/39/IntelPowerGadgetMac#{version}.zip"
homepage 'https://software.intel.com/en-us/articles/intel-power-gadget-20'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
# this bogus-looking character accurately reflects an upstream error
container :nested => 'IntelÆ Power Gadget.dmg'
2014-09-10 23:37:02 +08:00
pkg 'Install Intel Power Gadget.pkg'
2014-02-01 02:24:28 +08:00
uninstall :pkgutil => 'com.intel.pkg.PowerGadget.*'
end