Blood on the Clocktower Online icon

Blood on the Clocktower Online 3.49.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.49.0",
  "src": {
    "url": "https://github.com/ThePandemoniumInstitute/botc-release/releases/download/v3.49.0/Blood.on.the.Clocktower.Online_3.49.0_aarch64.dmg",
    "sha256": "14addfbc94e9b62971b91a031d596be3bb182e5d3193c981a88efee40d9f3de8"
  },
  "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/"
  }
}