EiskaltDC++ icon

EiskaltDC++ 2.4.2

Filesharing using Direct Connect and ADC protocols

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    eiskaltdcpp # EiskaltDC++
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    eiskaltdcpp # EiskaltDC++
  ];
}

Package Definition

{
  "pname": "eiskaltdcpp",
  "version": "2.4.2",
  "src": {
    "url": "https://downloads.sourceforge.net/eiskaltdcpp/EiskaltDC++-2.4.2-x86_64.dmg",
    "sha256": "85b77157892985c0cc0e4c2b9244b4095bf5738f5e94e7a0941551e0c9a7a009"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/EiskaltDC++.app\" && cp -r \"EiskaltDC++.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Filesharing using Direct Connect and ADC protocols",
    "homepage": "https://sourceforge.net/projects/eiskaltdcpp/"
  }
}