homebrew-cask/Casks/ipe.rb

21 lines
874 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ipe' do
2016-01-25 12:25:31 +08:00
version '7.2.2'
sha256 'ba4f9aa51a98a5fe6b495b4840ed8d0c8df1d40912b54998866bad2e63031270'
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
2015-11-29 06:30:36 +08:00
url "https://dl.bintray.com/otfried/generic/ipe/#{version.to_f}/ipe-#{version}-mac.dmg"
name 'Ipe'
2016-03-05 01:52:42 +08:00
homepage 'http://ipe.otfried.org/'
2015-11-29 06:30:36 +08:00
license :gpl
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