Electorrent icon

Electorrent 2.16.0

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.16.0",
  "src": {
    "url": "https://github.com/tympanix/Electorrent/releases/download/v2.16.0/Electorrent-2.16.0-universal.dmg",
    "sha256": "c693d0aa4702b94a25529095233cf53942f0fa0d92a57131489a72c1f2e0f54a"
  },
  "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"
  }
}