homebrew-cask/Casks/eul.rb

16 lines
390 B
Ruby
Raw Normal View History

cask "eul" do
2021-08-05 11:42:22 +08:00
version "1.6.2"
sha256 "09b036f1e934472d55a0417e2a3ce736559caf81a38537c94ab2c6331f258851"
url "https://github.com/gao-sun/eul/releases/download/v#{version}/eul.app.zip"
name "eul"
desc "Status monitoring"
homepage "https://github.com/gao-sun/eul"
2020-10-28 06:07:49 +08:00
depends_on macos: ">= :catalina"
app "eul.app"
zap trash: "~/Library/Preferences/com.gaosun.eul.plist"
end