Files
homebrew-cask/Casks/t/tomighty.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

14 lines
410 B
Ruby

cask "tomighty" do
version "1.2"
sha256 "0ebee4c2c913a75b15fed071d68c22c866a3d8436ad359eb2ee66e27d39b2214"
url "https://github.com/tomighty/tomighty-osx/releases/download/#{version}/Tomighty-#{version}.dmg"
name "Tomighty"
desc "Pomodoro desktop timer"
homepage "https://github.com/tomighty/tomighty-osx"
app "Tomighty.app"
zap trash: "~/Library/Preferences/org.tomighty.Tomighty.plist"
end