Bonjeff icon

Bonjeff 2.0.1

Shows a live display of the Bonjour services published on your network

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bonjeff",
  "version": "2.0.1",
  "src": {
    "url": "https://github.com/lapcat/Bonjeff/releases/download/v2.0.1/Bonjeff2.0.1.zip",
    "sha256": "def276e47c60d8ffa7922356c6b6c7a90671590d283b48fb46d78a15dbd43772"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bonjeff.app\" && cp -r \"Bonjeff.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Shows a live display of the Bonjour services published on your network",
    "homepage": "https://github.com/lapcat/Bonjeff"
  }
}