mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
501 B
Ruby
17 lines
501 B
Ruby
cask "maelstrom" do
|
|
version "3.0.7"
|
|
sha256 "7c1770917522a00140b41508da8e9347a534dcdfa0cdedaed05b51a78c83f554"
|
|
|
|
url "https://www.libsdl.org/projects/Maelstrom/bin/Maelstrom-#{version}-MacOSX.dmg"
|
|
name "Maelstrom"
|
|
desc "Multidirectional shooter game"
|
|
homepage "https://www.libsdl.org/projects/Maelstrom/index.html"
|
|
|
|
livecheck do
|
|
url "https://www.libsdl.org/projects/Maelstrom/binary.html"
|
|
regex(%r{href=.*?/Maelstrom-(\d+(?:\.\d+)*)-MacOSX\.dmg}i)
|
|
end
|
|
|
|
app "Maelstrom.app"
|
|
end
|