Add Cask for 'Folio' (#25157)

Signed-off-by: Daniel Bayley <daniel.bayley@me.com>
This commit is contained in:
Daniel Bayley 2016-10-03 22:46:48 +01:00 committed by Vítor Galvão
parent bfa8a1adc6
commit 69e1cfa9d9
1 changed files with 14 additions and 0 deletions

14
Casks/folio.rb Normal file
View File

@ -0,0 +1,14 @@
cask 'folio' do
version :latest
sha256 :no_check
# s3.amazonaws.com/folioformac.com was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/folioformac.com/downloads/Folio.zip'
name 'Folio'
homepage 'http://folioformac.com'
license :commercial
app 'Folio.app'
zap delete: '~/Library/Application Support/co.ysberg.Folio'
end