mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
664 B
Ruby
21 lines
664 B
Ruby
cask "moonlight" do
|
|
version "5.0.1"
|
|
sha256 "4dc5e70810dbc3611e6cf5c72d1dbc054668a727c6c1afe4d64c5aff3180544b"
|
|
|
|
url "https://github.com/moonlight-stream/moonlight-qt/releases/download/v#{version}/Moonlight-#{version}.dmg",
|
|
verified: "github.com/moonlight-stream/moonlight-qt/"
|
|
name "Moonlight"
|
|
desc "GameStream client"
|
|
homepage "https://moonlight-stream.org/"
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "Moonlight.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Caches/Moonlight Game Streaming Project",
|
|
"~/Library/Preferences/com.moonlight-stream.Moonlight.plist",
|
|
"~/Library/Saved Application State/com.moonlight-stream.Moonlight.savedState",
|
|
]
|
|
end
|