homebrew-cask/Casks/eul.rb

17 lines
447 B
Ruby

cask "eul" do
version "1.5.7"
sha256 "ef2ce2239645389815be7b16463af2de975a9171126a22e7eff30e17c04990a5"
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