mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
545 B
Ruby
22 lines
545 B
Ruby
cask "renpy" do
|
|
version "8.1.3"
|
|
sha256 "9e5a0763dd15ebc24c4a08d9766bc826676d1dd35a727610f5746ba6c6e568ec"
|
|
|
|
url "https://www.renpy.org/dl/#{version}/renpy-#{version}-sdk.zip"
|
|
name "Ren'Py"
|
|
desc "Visual novel engine in Python"
|
|
homepage "https://www.renpy.org/"
|
|
|
|
livecheck do
|
|
url "https://www.renpy.org/latest.html"
|
|
regex(/href=.*?renpy[._-]v?(\d+(?:\.\d+)+)[._-]sdk\.dmg/i)
|
|
end
|
|
|
|
suite "renpy-#{version}-sdk"
|
|
|
|
zap trash: [
|
|
"~/Library/RenPy",
|
|
"~/Library/Saved Application State/org.renpy.sdk.savedState",
|
|
]
|
|
end
|