mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
669 B
Ruby
21 lines
669 B
Ruby
cask "porting-kit" do
|
|
version "6.0.19"
|
|
sha256 "94bc5f733107950ff6f50f28900d004e2841e178cf82a57c3a2093e3681cb2d6"
|
|
|
|
url "https://github.com/vitor251093/porting-kit-releases/releases/download/v#{version}/Porting-Kit-#{version}.dmg",
|
|
verified: "github.com/vitor251093/porting-kit-releases/"
|
|
name "Porting Kit"
|
|
desc "Install games and apps compiled for Microsoft Windows"
|
|
homepage "https://portingkit.com/"
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Porting Kit.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/com.paulthetall.portingkit.plist",
|
|
"~/Library/Saved Application State/com.paulthetall.portingkit.savedState",
|
|
]
|
|
end
|