Midi Router Client icon

Midi Router Client 2.0.0

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.0",
  "src": {
    "url": "https://downloads.sourceforge.net/midi-router-client/midi-router-client-2.0.0-Darwin.dmg",
    "sha256": "c78ea158633f0d8a43d2b2f9e01ea075b781b74f35d9d3a732d76f3696d6738d"
  },
  "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/"
  }
}