homebrew-cask/Casks/w/whisky.rb

30 lines
852 B
Ruby
Raw Normal View History

2023-06-19 17:12:19 +08:00
cask "whisky" do
2023-09-15 02:28:07 +08:00
version "1.3.2"
sha256 "bbdf711c09aa5dcf579d904d8c3658fb86e705343770820d7ca3fd27a576ffd9"
2023-06-19 17:12:19 +08:00
2023-07-03 05:25:53 +08:00
url "https://github.com/IsaacMarovitz/Whisky/releases/download/v#{version}/Whisky.zip"
2023-07-03 07:42:28 +08:00
name "Whisky"
2023-06-19 17:12:19 +08:00
desc "Wine wrapper built with SwiftUI"
homepage "https://github.com/IsaacMarovitz/Whisky"
2023-08-24 10:59:18 +08:00
livecheck do
url :url
strategy :github_latest
end
2023-06-19 17:12:19 +08:00
auto_updates true
2023-09-18 10:54:34 +08:00
depends_on macos: ">= :sonoma"
2023-09-05 11:20:43 +08:00
depends_on arch: :arm64
2023-06-19 17:12:19 +08:00
app "Whisky.app"
zap trash: [
2023-07-03 05:25:53 +08:00
"~/Library/Application Support/com.isaacmarovitz.Whisky",
2023-06-19 17:12:19 +08:00
"~/Library/Containers/com.isaacmarovitz.Whisky",
"~/Library/HTTPStorages/com.isaacmarovitz.Whisky",
2023-07-03 05:25:53 +08:00
"~/Library/Logs/com.isaacmarovitz.Whisky",
2023-06-19 17:12:19 +08:00
"~/Library/Preferences/com.isaacmarovitz.Whisky.plist",
2023-06-19 18:03:13 +08:00
"~/Library/Saved Application State/com.isaacmarovitz.Whisky.savedState",
2023-06-19 17:12:19 +08:00
]
end