homebrew-cask/Casks/isyncr.rb

13 lines
376 B
Ruby
Raw Normal View History

2014-10-03 20:21:57 +08:00
class Isyncr < Cask
version '5.0.3'
sha256 'd819a9063ce2bc8294464efae1518f0eb3882debfa86b84754be976ede50d6de'
url "http://www.jrtstudio.com/files/iSyncr%20#{version}.pkg"
homepage 'http://www.jrtstudio.com/iSyncr-iTunes-for-Android'
pkg "iSyncr #{version}.pkg"
uninstall :pkgutil => 'com.test.iSyncr.pkg',
:quit => 'com.JRTStudio.iSyncrWiFi'
2014-10-03 20:21:57 +08:00
end