Skip to content

Commit

Permalink
openhv 20230917 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Nov 24, 2024
1 parent dff0066 commit 0c47da0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Casks/o/openhv.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cask "openhv" do
version "20230917"
sha256 "c7f0c0260f690d4039cf7146faad01bf1731b8b77a28eeb0cb9573200c5bc95f"

url "https://github.com/OpenHV/OpenHV/releases/download/#{version}/OpenHV-#{version}.dmg",
verified: "github.com/OpenHV/OpenHV/"
name "OpenHV"
desc "Pixelart Science-Fiction Real-Time-Strategy game"
homepage "https://www.openhv.net/"

livecheck do
url :url
regex(/(\d{8})/i)
strategy :github_latest
end

app "OpenHV.app"

zap trash: [
"~/Library/Application Support/OpenRA/hv-news.json",
"~/Library/Application Support/OpenRA/Logs/irc.log",
"~/Library/Application Support/OpenRA/maps/hv",
"~/Library/Application Support/OpenRA/ModMetadata/hv-*",
"~/Library/Application Support/OpenRA/Replays/hv",
"~/Library/Application Support/OpenRA/Saves/hv",
"~/Library/Application Support/OpenRA/Screenshots/hv",
]
end

0 comments on commit 0c47da0

Please sign in to comment.