mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
14 lines
373 B
Ruby
14 lines
373 B
Ruby
cask "cemu" do
|
|
version "1.3"
|
|
sha256 "db28a0497ea944a6118f869b50268d5f8c3730c37367033eeebc7cdec08fd60c"
|
|
|
|
url "https://github.com/CE-Programming/CEmu/releases/download/v#{version}/macOS_CEmu.dmg",
|
|
verified: "github.com/CE-Programming/CEmu/"
|
|
name "CEmu"
|
|
homepage "https://ce-programming.github.io/CEmu/"
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "CEmu.app"
|
|
end
|