Lectrote icon

Lectrote 1.5.6

Interactive Fiction interpreter in an Electron shell

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "lectrote",
  "version": "1.5.6",
  "src": {
    "url": "https://github.com/erkyrath/lectrote/releases/download/lectrote-1.5.6/Lectrote-1.5.6-macos-arm64.dmg",
    "sha256": "61db23a78ebae789f10f0c4fad5d57dcb36e285ebd3b8c76f146d552d72c4b9a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Lectrote.app\" && cp -r \"Lectrote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interactive Fiction interpreter in an Electron shell",
    "homepage": "https://github.com/erkyrath/lectrote"
  }
}