LaunchControl icon

LaunchControl 2.10.3

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.3",
  "src": {
    "url": "https://www.soma-zone.com/download/files/LaunchControl-2.10.3.tar.xz",
    "sha256": "433f53f9fd9d006496e3cba7e3f8e9bda3cff8bcd00421989b0149db23838fcb"
  },
  "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/"
  }
}