homebrew-cask-versions/Casks/nike-plus-connect.rb
Amory Meltzer f23fb29d3b Update nike-plus-connect license from unknown to gratis
Gratis application, requires purchase of hardware to be useful
Refs #8169 and #8213
2014-12-18 10:53:47 -08:00

15 lines
412 B
Ruby

cask :v1 => 'nike-plus-connect' do
version :latest
sha256 :no_check
url 'http://nikeplus.nike.com/nikeplus/nikeconnect/installers/macosx/Nike+Connect_new.dmg'
homepage 'http://nikeplus.nike.com'
license :gratis
pkg 'Nike+Connect_new.pkg'
uninstall :pkgutil => [
'com.nike.nikeplusconnect.*',
'com.nike.sportwatch',
]
end