Gearsystem icon

Gearsystem 3.9.1

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.1",
  "src": {
    "url": "https://github.com/drhelius/Gearsystem/releases/download/3.9.1/Gearsystem-3.9.1-desktop-macos-arm64.zip",
    "sha256": "9d91931254741ba547bf6f1c62ed7729064d2f862c8377773d6dba64db4ec2fb"
  },
  "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"
  }
}