homebrew-cask/Casks/ppsspp.rb

15 lines
406 B
Ruby

cask "ppsspp" do
version "1.14.4"
sha256 "104a1d02e71ed6e2c5893514a7b576ec41e40035cc6ee123d9f225de518f9e76"
url "https://github.com/hrydgard/ppsspp/releases/download/v#{version}/PPSSPPSDL-macOS-v#{version}.zip",
verified: "github.com/hrydgard/ppsspp/"
name "PPSSPP"
desc "PSP emulator"
homepage "https://www.ppsspp.org/"
app "PPSSPPSDL.app"
uninstall quit: "org.ppsspp.ppsspp"
end