homebrew-cask/Casks/todoist.rb

16 lines
454 B
Ruby

cask :v1 => 'todoist' do
version :latest
sha256 :no_check
url 'https://d2dq6e731uoz0t.cloudfront.net/3334959e6780bf9ff7dbe8fc936e0700/as/Todoist.app.zip'
appcast 'http://todoist.com/static/native_apps/mac_app.xml'
homepage 'https://todoist.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Todoist.app'
postflight do
suppress_move_to_applications
end
end