mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This app allows you to specify time, after which it will remind you to take a break from computer. Breaks are of course customizable.
7 lines
214 B
Ruby
7 lines
214 B
Ruby
class TimeOut < Cask
|
|
url 'http://www.dejal.com/download/timeout-1.7.1.zip'
|
|
homepage 'http://www.dejal.com/timeout/'
|
|
version '1.7.1'
|
|
sha1 '40d1a67f14e779ec5cf1a26d44fce3d0baeb37bf'
|
|
link 'Time Out.app'
|
|
end
|