homebrew-cask/Casks/showyedge.rb

25 lines
666 B
Ruby

cask "showyedge" do
version "4.0.0"
sha256 "29c16c030055a472b7b5c06a2dccc8bc85e1895c27bea14622ef879df8db93a1"
url "https://github.com/pqrs-org/ShowyEdge/releases/download/v#{version}/ShowyEdge-#{version}.dmg",
verified: "github.com/pqrs-org/ShowyEdge/"
name "ShowyEdge"
desc "Visible indicator of the current input source"
homepage "https://pqrs.org/osx/ShowyEdge/"
livecheck do
url "https://appcast.pqrs.org/showyedge-appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :catalina"
app "ShowyEdge.app"
zap trash: [
"~/Library/Caches/org.pqrs.ShowyEdge",
"~/Library/Preferences/org.pqrs.ShowyEdge.plist",
]
end