Add license, vendor and zap for AppFresh.app

This commit is contained in:
Victor Popkov 2015-03-12 16:22:14 +02:00
parent 1aaadd8cba
commit 8d46e7623c
1 changed files with 11 additions and 2 deletions

View File

@ -6,7 +6,16 @@ cask :v1 => 'appfresh' do
name 'AppFresh'
appcast 'http://backend.metaquark.de/appcast/appfresh.xml'
homepage 'http://metaquark.de/appfresh/mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :commercial
tags :vendor => 'metaquark'
app 'appfresh.app'
zap :delete => [
'~/Library/Application Support/AppFresh',
'~/Library/Application Support/Growl/Tickets/AppFresh.growlTicket',
'~/Library/Caches/de.metaquark.appfresh',
'~/Preferences/de.metaquark.appfresh.plist',
'~/Library/Saved Application State/de.metaquark.appfresh.savedState'
]
app 'AppFresh.app'
end