LaunchControl icon

LaunchControl 2.10.1

Create, manage and debug system and user services

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "launchcontrol",
  "version": "2.10.1",
  "src": {
    "url": "https://www.soma-zone.com/download/files/LaunchControl-2.10.1.tar.xz",
    "sha256": "67d8d91c6d1312185025fc6addec398a3e63d9d606b7751721fef6004d4b92f7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LaunchControl.app\" && cp -r \"LaunchControl.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/LaunchControl.app/Contents/MacOS/fdautil\" \"$out/bin/fdautil\""
  ],
  "meta": {
    "description": "Create, manage and debug system and user services",
    "homepage": "https://www.soma-zone.com/LaunchControl/"
  }
}