Midi Router Client icon

Midi Router Client 2.0.1

Create routes from anywhere to anywhere

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    midi-router-client # Midi Router Client
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    midi-router-client # Midi Router Client
  ];
}

Package Definition

{
  "pname": "midi-router-client",
  "version": "2.0.1",
  "src": {
    "url": "https://downloads.sourceforge.net/midi-router-client/midi-router-client-2.0.1-Darwin.dmg",
    "sha256": "1fe496db0b6582f8af434df3aae6f7f3bee414076977045ccc912d198201708b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/midi-router-client.app\" && cp -r \"midi-router-client.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Create routes from anywhere to anywhere",
    "homepage": "https://sourceforge.net/projects/midi-router-client/"
  }
}