homebrew-cask/Casks/the-clock.rb

14 lines
266 B
Ruby

cask 'the-clock' do
version :latest
sha256 :no_check
url 'https://seense.com/the_clock/updateapp/the_clock.zip'
name 'The Clock'
homepage 'https://seense.com/the_clock/'
license :commercial
depends_on macos: '>= :yosemite'
app 'The Clock.app'
end