homebrew-cask/Casks/nike-plus-connect.rb

10 lines
334 B
Ruby

class NikePlusConnect < Cask
url 'http://nikeplus.nike.com/nikeplus/nikeconnect/installers/macosx/Nike+Connect_new.dmg'
homepage 'http://nikeplus.nike.com'
version 'latest'
sha256 :no_check
install 'Nike+Connect_new.pkg'
uninstall :pkgutil => 'com.nike.nikeplusconnect.*'
uninstall :pkgutil => 'com.nike.sportwatch'
end