homebrew-cask/Casks/jitouch.rb

14 lines
397 B
Ruby
Raw Normal View History

2014-11-14 01:26:10 +08:00
cask :v1 => 'jitouch' do
2014-09-17 19:42:49 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-06-29 14:32:18 +08:00
url 'https://www.jitouch.com/jitouch_yosemite.zip'
2015-04-07 21:25:04 +08:00
name 'jitouch'
2015-06-29 14:32:18 +08:00
homepage 'https://www.jitouch.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-05-04 00:33:27 +08:00
prefpane 'jitouch/Jitouch.prefPane'
zap :delete => '~/Library/Preferences/com.jitouch.Jitouch.plist'
2014-05-04 00:33:27 +08:00
end