Files
homebrew-cask/Casks/p/plover.rb
2023-09-28 16:39:44 -04:00

26 lines
741 B
Ruby

cask "plover" do
version "4.0.0rc2"
sha256 "46659da04b7fe04b9b21bda469e292ac53ec005713e5d2d970a90e99e9c2014f"
url "https://github.com/openstenoproject/plover/releases/download/v#{version}/plover-#{version}-macosx_10_13_x86_64.dmg",
verified: "github.com/openstenoproject/plover/"
name "Plover"
desc "Stenotype engine"
homepage "https://www.openstenoproject.org/plover/"
livecheck do
url :url
regex(/v?(\d+(?:\.\d+)+[\w.]+)/i)
strategy :github_latest
end
app "Plover.app"
zap trash: "~/Library/Application Support/plover/"
caveats <<~EOS
Version 4 is a major change and the configuration file it creates is not
compatible with Plover 3 or earlier. Please backup your plover.cfg.
EOS
end