homebrew-cask/Casks/pomotodo.rb

12 lines
374 B
Ruby
Raw Normal View History

2014-11-14 01:26:41 +08:00
cask :v1 => 'pomotodo' do
version :latest
sha256 :no_check
2015-01-18 10:28:58 +08:00
# hackplan.com is the official download host per the vendor homepage
url 'http://cdn.hackplan.com/theair/1419250299/Pomotodo.dmg'
homepage 'https://pomotodo.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Pomotodo.app'
end