homebrew-cask/Casks/pomotodo.rb

13 lines
400 B
Ruby

cask :v1 => 'pomotodo' do
version :latest
sha256 :no_check
# hackplan.com is the official download host per the vendor homepage
url 'http://air.hackplan.com/v1/p/com.pomotodo.PomotodoMac/download'
name 'Pomodoro'
homepage 'https://pomotodo.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Pomotodo.app'
end