homebrew-cask/Casks/iueditor.rb

19 lines
683 B
Ruby
Raw Normal View History

2015-04-29 23:32:21 +08:00
cask :v1 => 'iueditor' do
2015-09-17 02:53:29 +08:00
version '1.0.1.4'
sha256 '80f1dbb5b959789e4fc809057ec173ffd2377357ce38cf858ca355a6845b3437'
2015-04-29 23:32:21 +08:00
2015-09-17 02:53:29 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "http://iueditor.s3.amazonaws.com/Release/IUEditorV#{version}.zip"
2015-04-29 23:32:21 +08:00
name 'IUEditor'
homepage 'http://www.iueditor.org'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
tags :vendor => 'JDLab'
app 'IUEditor.app'
zap :delete => [
'~/Library/Preferences/org.jdlab.IUEditor.LSSharedFileList.plist',
'~/Library/Preferences/org.jdlab.IUEditor.plist',
]
end