mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
33 lines
1.1 KiB
Ruby
33 lines
1.1 KiB
Ruby
cask "muyu" do
|
|
version "1.5.0,36"
|
|
sha256 "653682940a750ce078724ae41f3b253d4ca7b3c48721d5190623b23856920cb6"
|
|
|
|
url "https://breakit.thriller.fun/packages/Muyu.v#{version.csv.first}_#{version.csv.second}.zip"
|
|
name "Muyu"
|
|
desc "Combination of work efficiency and health"
|
|
homepage "https://breakit.thriller.fun/"
|
|
|
|
livecheck do
|
|
url "https://breakit.thriller.fun/packages/appcast/appcast.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :ventura"
|
|
|
|
app "Muyu.app"
|
|
|
|
uninstall quit: "fun.thriller.BreakIt"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/fun.thriller.BreakIt",
|
|
"~/Library/Application Scripts/fun.thriller.BreakItLoginItem",
|
|
"~/Library/Caches/fun.thriller.BreakIt",
|
|
"~/Library/Containers/fun.thriller.BreakIt",
|
|
"~/Library/Containers/fun.thriller.BreakIt/Data/Library/Saved Application State/fun.thriller.BreakIt.savedState",
|
|
"~/Library/Containers/fun.thriller.BreakItLoginItem",
|
|
"~/Library/Containers/org.sparkle-project.Downloader/Data/Library/Caches/fun.thriller.BreakIt",
|
|
"~/Library/Preferences/fun.thriller.BreakIt.plist",
|
|
]
|
|
end
|