homebrew/Casks/pico-8.rb
2025-07-28 11:53:31 +12:00

12 lines
319 B
Ruby

cask "pico-8" do
version "0.2.5g"
sha256 "a7494776163fe6065a9bdd2daf5f7c691d47f48da3441b00149ebb319f629724"
url "https://s3.breadone.xyz/cask/Pico-8-#{version}.zip"
name "Pico-8"
desc "LowFi Fantasy Game Console"
homepage "https://www.lexaloffle.com/pico-8.php"
app "Pico-8.app"
end