homebrew-cask/Casks/isyncr.rb

15 lines
509 B
Ruby
Raw Normal View History

2014-11-14 01:26:08 +08:00
cask :v1 => 'isyncr' do
2014-10-03 20:21:57 +08:00
version '5.0.3'
sha256 'd819a9063ce2bc8294464efae1518f0eb3882debfa86b84754be976ede50d6de'
url "http://www.jrtstudio.com/files/iSyncr%20#{version}.pkg"
2015-01-06 10:17:07 +08:00
name 'iSyncr'
2014-10-03 20:21:57 +08:00
homepage 'http://www.jrtstudio.com/iSyncr-iTunes-for-Android'
2014-12-21 00:11:02 +08:00
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-10-03 20:21:57 +08:00
pkg "iSyncr #{version}.pkg"
uninstall :pkgutil => 'com.test.iSyncr.pkg',
:quit => 'com.JRTStudio.iSyncrWiFi'
2014-10-03 20:21:57 +08:00
end