Files
homebrew-cask/Casks/a/alinof-timer.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

19 lines
387 B
Ruby

cask "alinof-timer" do
version "4.0.0"
sha256 :no_check
url "https://www.alinofsoftware.ch/resources/AlinofTimer.pkg"
name "Alinof Timer"
desc "Timer app"
homepage "https://www.alinofsoftware.ch/apps/products-timer/index.html"
livecheck do
url :url
strategy :extract_plist
end
pkg "AlinofTimer.pkg"
uninstall pkgutil: "com.alinofsoftware.alinoftimer"
end