Gearsystem icon

Gearsystem 3.7.0

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.7.0",
  "src": {
    "url": "https://github.com/drhelius/Gearsystem/releases/download/3.7.0/Gearsystem-3.7.0-macos-arm.zip",
    "sha256": "23551b9fc497daf33c6259a573ea6690e89b0c718cff18cc58fdae4514a01b23"
  },
  "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"
  }
}