LaunchControl icon

LaunchControl 2.10.2

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