homebrew-cask/Casks/iueditor.rb

18 lines
644 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'iueditor' do
2015-11-14 06:58:15 +08:00
version '1.1.1.6'
sha256 'f644d8e8a4f0aab420cf76ce724fb8e680e4f592de1bdad54399f938342fa641'
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 "https://iueditor.s3.amazonaws.com/Release/IUEditorV#{version}.zip"
name 'JDLab IUEditor'
2015-04-29 23:32:21 +08:00
homepage 'http://www.iueditor.org'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-04-29 23:32:21 +08:00
app 'IUEditor.app'
zap delete: [
'~/Library/Preferences/org.jdlab.IUEditor.LSSharedFileList.plist',
'~/Library/Preferences/org.jdlab.IUEditor.plist',
]
2015-04-29 23:32:21 +08:00
end