homebrew-cask/Casks/eul.rb

17 lines
447 B
Ruby

cask "eul" do
version "1.4.8"
sha256 "a2168667870ad1c94670b39a252865a51ea16c5fddef84eab869ca07189fa3a3"
url "https://github.com/gao-sun/eul/releases/download/v#{version}/eul.app.zip"
appcast "https://github.com/gao-sun/eul/releases.atom"
name "eul"
desc "Status monitoring"
homepage "https://github.com/gao-sun/eul"
depends_on macos: ">= :catalina"
app "eul.app"
zap trash: "~/Library/Preferences/com.gaosun.eul.plist"
end