homebrew-cask/Casks/ipe.rb

22 lines
992 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ipe' do
2016-12-10 08:16:37 +08:00
version '7.2.7'
sha256 '13bd32ecfb77d7c3e073436f4b7e8b8532706a80aeec9575172670dc91908b25'
2015-11-29 06:30:36 +08:00
2016-03-05 01:52:42 +08:00
# bintray.com/otfried was verified as official when first introduced to the cask
url "https://dl.bintray.com/otfried/generic/ipe/#{version.major_minor}/ipe-#{version}-mac.dmg"
appcast 'http://ipe.otfried.org/',
checkpoint: 'bd56cea213718b2f59da8fb146cd3f120e70d3b908c7364d230db6235c7b25ae'
2015-11-29 06:30:36 +08:00
name 'Ipe'
2016-03-05 01:52:42 +08:00
homepage 'http://ipe.otfried.org/'
2015-11-29 06:30:36 +08:00
app 'Ipe.app'
2016-01-14 17:49:30 +08:00
zap delete: [
'~/.ipe',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.ipe.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.sfl',
'~/Library/Preferences/org.otfried.ipe.Ipe.plist',
'~/Library/Saved Application State/org.otfried.ipe.savedState',
]
2015-11-29 06:30:36 +08:00
end