1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-11-24 09:50:19 +01:00

add brew cask

This commit is contained in:
Daeho Ro 2024-03-15 00:07:09 +09:00
parent 52126feb40
commit 0823e943b7

View file

@ -0,0 +1,18 @@
cask "space-cadet-pinball" do
version "2.1.0"
sha256 "2cfd5ab18154ed05880591a63ee97cbe877b5da47949ba0e228dc0bf17f3932a"
url "https://github.com/k4zmu2a/SpaceCadetPinball/releases/download/Release_#{version}/SpaceCadetPinballMac.zip"
name "SpaceCadetPinball"
desc "3D Pinball for Windows - Space Cadet"
homepage "https://github.com/k4zmu2a/SpaceCadetPinball"
livecheck do
url :url
strategy :github_latest
end
app "SpaceCadetPinball.app"
zap trash: "~/Library/Application Support/SpaceCadetPinball/"
end