mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
741 B
Ruby
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
|