Blood on the Clocktower Online icon

Blood on the Clocktower Online 3.44.1

Client for the game Blood on the Clocktower

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    blood-on-the-clocktower-online # Blood on the Clocktower Online
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    blood-on-the-clocktower-online # Blood on the Clocktower Online
  ];
}

Package Definition

{
  "pname": "blood-on-the-clocktower-online",
  "version": "3.44.1",
  "src": {
    "url": "https://github.com/ThePandemoniumInstitute/botc-release/releases/download/v3.44.1/Blood.on.the.Clocktower.Online_3.44.1_aarch64.dmg",
    "sha256": "34bb6b9bdb386f81f32b797a0d1fb4fcc1988b94ff51a564182b3808d4cc159b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Blood on the Clocktower Online.app\" && cp -r \"Blood on the Clocktower Online.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the game Blood on the Clocktower",
    "homepage": "https://bloodontheclocktower.com/"
  }
}