cask "sameboy" do version "1.0.1" sha256 "da84c0fb573f4c89d1adb8f712e0b27c27f66d1f706a8c1674b0984aba4be5fd" url "https://github.com/LIJI32/SameBoy/releases/download/v#{version}/sameboy_cocoa_v#{version}.zip", verified: "github.com/LIJI32/SameBoy/" name "SameBoy" desc "Game Boy and Game Boy Color emulator" homepage "https://sameboy.github.io/" livecheck do url :url strategy :github_latest end no_autobump! because: :requires_manual_review depends_on macos: ">= :sierra" app "SameBoy.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.liji32.sameboy.sfl*", "~/Library/Caches/com.github.liji32.sameboy", "~/Library/Preferences/com.github.liji32.sameboy.plist", "~/Library/Saved Application State/com.github.liji32.sameboy.savedState", ] end