Electorrent icon

Electorrent 2.8.3

Desktop remote torrenting application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "electorrent",
  "version": "2.8.3",
  "src": {
    "url": "https://github.com/tympanix/Electorrent/releases/download/v2.8.3/electorrent-2.8.3.dmg",
    "sha256": "0069ff6fbed2870d33d6665f1f28d54b0b67036626368b94a0b7d3bdf82ccd8a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Electorrent.app\" && cp -r \"Electorrent.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop remote torrenting application",
    "homepage": "https://github.com/tympanix/Electorrent"
  }
}