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

13 lines
350 B
Ruby
Raw Normal View History

class NikePlusConnect < Cask
2014-09-17 19:42:54 +08:00
version :latest
sha256 :no_check
url 'http://nikeplus.nike.com/nikeplus/nikeconnect/installers/macosx/Nike+Connect_new.dmg'
homepage 'http://nikeplus.nike.com'
license :unknown
2014-09-10 23:37:04 +08:00
pkg 'Nike+Connect_new.pkg'
uninstall :pkgutil => 'com.nike.nikeplusconnect.*'
uninstall :pkgutil => 'com.nike.sportwatch'
end