Gearsystem icon

Gearsystem 3.9.17

Sega Master System, Game Gear and SG-1000 emulator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gearsystem",
  "version": "3.9.17",
  "src": {
    "url": "https://github.com/drhelius/Gearsystem/releases/download/3.9.17/Gearsystem-3.9.17-desktop-macos-arm64.zip",
    "sha256": "78fcba3110ba467a87f992b602d91a234b2ff7d8821d21579155bed94aa9ac2b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gearsystem.app\" && cp -r \"Gearsystem.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sega Master System, Game Gear and SG-1000 emulator",
    "homepage": "https://github.com/drhelius/Gearsystem"
  }
}