Blood on the Clocktower Online icon

Blood on the Clocktower Online 3.36.0

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.36.0",
  "src": {
    "url": "https://github.com/ThePandemoniumInstitute/botc-release/releases/download/v3.36.0/Blood.on.the.Clocktower.Online_3.36.0_aarch64.dmg",
    "sha256": "b850d66177c2b7e90fcc91dc3d4f6d43fe278d46d4e6f4881dce0b98843c4dee"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Blood on the Clocktower Online.app\" \"$out/Applications/Blood on the Clocktower Online.app\""
  ],
  "meta": {
    "description": "Client for the game Blood on the Clocktower",
    "homepage": "https://bloodontheclocktower.com/"
  }
}