openra-playtest: migrate

This commit is contained in:
Razvan Azamfirei 2024-04-30 08:42:42 -04:00
parent 13712a7962
commit c20fdffb22
No known key found for this signature in database
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
cask "openra-playtest" do
version "20230927"
sha256 "975261f592b4452662e5064afbbefab0ae4d735763c402ef453ec1dc4443e76d"
url "https://github.com/OpenRA/OpenRA/releases/download/playtest-#{version}/OpenRA-playtest-#{version}.dmg",
verified: "github.com/OpenRA/OpenRA/"
name "OpenRA (playtest)"
desc "Real-time strategy game engine for Westwood games"
homepage "https://www.openra.net/"
livecheck do
url :url
regex(/^playtest[._-]v?(\d+(?:[.-]\d+)*)$/i)
end
conflicts_with cask: "openra"
app "OpenRA - Dune 2000.app"
app "OpenRA - Red Alert.app"
app "OpenRA - Tiberian Dawn.app"
zap trash: [
"~/Library/Application Support/OpenRA",
"~/Library/Saved Application State/net.openra.mod.cnc.savedState",
"~/Library/Saved Application State/net.openra.mod.d2k.savedState",
"~/Library/Saved Application State/net.openra.mod.ra.savedState",
]
end

View File

@ -27,6 +27,7 @@
"my-budget": "all",
"netnewswire@beta": "all",
"nuclear": "all",
"openra-playtest": "all",
"plugdata": "all",
"pock": "all",
"profilecreator": "all",