homebrew-cask/Casks/todoist.rb

16 lines
454 B
Ruby
Raw Normal View History

2014-11-14 01:27:11 +08:00
cask :v1 => 'todoist' do
2014-09-17 19:43:05 +08:00
version :latest
sha256 :no_check
2014-04-09 01:43:56 +08:00
url 'https://d2dq6e731uoz0t.cloudfront.net/3334959e6780bf9ff7dbe8fc936e0700/as/Todoist.app.zip'
2014-06-09 22:41:39 +08:00
appcast 'http://todoist.com/static/native_apps/mac_app.xml'
2013-08-23 23:30:06 +08:00
homepage 'https://todoist.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:30 +08:00
app 'Todoist.app'
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
2013-08-23 23:30:06 +08:00
end