homebrew-cask/Casks/temperature-monitor.rb

19 lines
588 B
Ruby
Raw Normal View History

cask :v1_1 => 'temperature-monitor' do
2014-11-13 17:31:44 +08:00
version :latest
sha256 :no_check
# bresink.eu is the official download host per the vendor homepage
2014-11-13 17:31:44 +08:00
url 'http://www.bresink.eu/Downloads/TemperatureMonitor.dmg'
2015-05-10 02:09:07 +08:00
name 'Temperature Monitor'
2014-11-13 17:31:44 +08:00
homepage 'http://www.bresink.com/osx/LegacyProducts.html'
license :commercial
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'TemperatureMonitor.app', :target => 'TemperatureMonitor.app'
app 'TemperaturMonitorLite.app', :target => 'Temperature Monitor Lite.app'
caveats do
discontinued
end
2014-11-13 17:31:44 +08:00
end