SameBoy icon

SameBoy 1.0.3

Game Boy and Game Boy Color emulator

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sameboy # SameBoy
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sameboy # SameBoy
  ];
}

Package Definition

{
  "pname": "sameboy",
  "version": "1.0.3",
  "src": {
    "url": "https://github.com/LIJI32/SameBoy/releases/download/v1.0.3/sameboy_cocoa_v1.0.3.zip",
    "sha256": "09ed6eb475f0d6b0dd52217f878741e6551aa7022352947a0b7d62787316a6bf"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SameBoy.app\" && cp -r \"SameBoy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game Boy and Game Boy Color emulator",
    "homepage": "https://sameboy.github.io/"
  }
}