qBittorrent icon

qBittorrent 5.0.5

Peer to peer Bitorrent client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qbittorrent",
  "version": "5.0.5",
  "src": {
    "url": "https://downloads.sourceforge.net/qbittorrent/qbittorrent-mac/qbittorrent-5.0.5/qbittorrent-5.0.5.dmg",
    "sha256": "7285e98b5ef4b9a227247dcd933f1a556bfc1ff10901fc7aedb0c4b7ad082814"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/qBittorrent.app\" && cp -r \"qbittorrent.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Peer to peer Bitorrent client",
    "homepage": "https://www.qbittorrent.org/"
  }
}