11 lines
318 B
Ruby
11 lines
318 B
Ruby
cask "pico-8" do
|
|
version "0.2.5g"
|
|
sha256 "a7494776163fe6065a9bdd2daf5f7c691d47f48da3441b00149ebb319f629724"
|
|
|
|
url "https://dl.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 |