add iStat Server.app cask

This commit is contained in:
BM5k 2014-05-01 22:07:12 -07:00
parent c7e9fd8f1c
commit 88def34993
1 changed files with 12 additions and 0 deletions

12
Casks/istat-server.rb Normal file
View File

@ -0,0 +1,12 @@
class IstatServer < Cask
url 'http://download.bjango.com/istatserver/'
homepage 'http://bjango.com/mac/istatserver/'
version 'latest'
sha256 :no_check
install 'iStat Server.pkg'
uninstall :script => '/Applications/iStat Server.app/Contents/Resources/Uninstaller',
:pkgutil => 'com.bjango.istatserver.*'
caveats do
reboot
end
end